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

Update .gitlab-ci.yml

parent 5b434094
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,9 @@ stages: ...@@ -4,9 +4,9 @@ stages:
test_job: test_job:
stage: test stage: test
script: script:
- vagrant --fixture=scripts" -- up - vagrant --fixture=scripts -- up
- vagrant --fixture=scripts" -- ssh -- "cd /vagrant && pytest test/scripts/" - vagrant --fixture=scripts -- ssh -- "cd /vagrant && pytest test/scripts/"
- vagrant --fixture=scripts" -- destroy --force - vagrant --fixture=scripts -- destroy --force
when: manual when: manual
......
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