From bc103d8d0ed71c5198fcf1133561e62948758c2e Mon Sep 17 00:00:00 2001 From: Michael Boniface <mjb@it-innovation.soton.ac.uk> Date: Mon, 26 Mar 2018 12:58:28 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ac560b..0824edb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,6 @@ test:scripts: test:monitoring: stage: test:monitoring - before_script: - - vagrant --fixture=monitoring -- destroy --force script: - vagrant --fixture=monitoring -- up - vagrant --fixture=monitoring -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/monitoring/" @@ -25,8 +23,6 @@ test:monitoring: test:inputs: stage: test:inputs - before_script: - - vagrant --fixture=inputs -- destroy --force script: - vagrant --fixture=inputs -- up - vagrant --fixture=inputs -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/inputs/" -- GitLab