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:
test_job:
stage: test
script:
- vagrant --fixture=scripts" -- up
- vagrant --fixture=scripts" -- ssh -- "cd /vagrant && pytest test/scripts/"
- vagrant --fixture=scripts" -- destroy --force
- vagrant --fixture=scripts -- up
- vagrant --fixture=scripts -- ssh -- "cd /vagrant && pytest test/scripts/"
- vagrant --fixture=scripts -- destroy --force
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