Skip to content
Snippets Groups Projects
Commit 0b59d357 authored by Michael Boniface's avatar Michael Boniface
Browse files

Update .gitlab-ci.yml

parent bc103d8d
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ test:scripts: ...@@ -10,7 +10,7 @@ test:scripts:
- vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/scripts/" - vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/scripts/"
after_script: after_script:
- vagrant --fixture=scripts -- destroy --force - vagrant --fixture=scripts -- destroy --force
when: manual when: on_success
test:monitoring: test:monitoring:
stage: test:monitoring stage: test:monitoring
...@@ -19,7 +19,7 @@ test:monitoring: ...@@ -19,7 +19,7 @@ test:monitoring:
- vagrant --fixture=monitoring -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/monitoring/" - vagrant --fixture=monitoring -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/monitoring/"
after_script: after_script:
- vagrant --fixture=monitoring -- destroy --force - vagrant --fixture=monitoring -- destroy --force
when: manual when: on_success
test:inputs: test:inputs:
stage: test:inputs stage: test:inputs
...@@ -28,7 +28,7 @@ test:inputs: ...@@ -28,7 +28,7 @@ test:inputs:
- vagrant --fixture=inputs -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/inputs/" - vagrant --fixture=inputs -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/inputs/"
after_script: after_script:
- vagrant --fixture=inputs -- destroy --force - vagrant --fixture=inputs -- destroy --force
when: manual when: on_success
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment