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

Update .gitlab-ci.yml

parent 630a1408
No related branches found
No related tags found
No related merge requests found
......@@ -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/"
......
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