From 0b59d357c6b2080ad4eb3fd601e0e4cd54ed0833 Mon Sep 17 00:00:00 2001 From: Michael Boniface <mjb@it-innovation.soton.ac.uk> Date: Mon, 26 Mar 2018 15:00:03 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0824edb..edfaa1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ test:scripts: - vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/scripts/" after_script: - vagrant --fixture=scripts -- destroy --force - when: manual + when: on_success test:monitoring: stage: test:monitoring @@ -19,7 +19,7 @@ test:monitoring: - vagrant --fixture=monitoring -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/monitoring/" after_script: - vagrant --fixture=monitoring -- destroy --force - when: manual + when: on_success test:inputs: stage: test:inputs @@ -28,7 +28,7 @@ test:inputs: - vagrant --fixture=inputs -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/inputs/" after_script: - vagrant --fixture=inputs -- destroy --force - when: manual + when: on_success -- GitLab