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

Update .gitlab-ci.yml

parent 95c99655
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ stages: ...@@ -6,7 +6,7 @@ stages:
test:scripts: test:scripts:
stage: test:scripts stage: test:scripts
script: script:
- vagrant --fixture=scripts -- destroy --force - vagrant --fixture=scripts -- destroy --force > /dev/null 2>&1
- vagrant --fixture=scripts -- up - vagrant --fixture=scripts -- up
- 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:
......
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