diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0824edbec9fe5b8fc990daec05bf43e7249a2900..edfaa1a7c290551f92093c1bd625d0cc313135ed 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