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

Update .gitlab-ci.yml

parent dd658d34
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ test_job: ...@@ -7,7 +7,7 @@ test_job:
- vagrant plugin install vagrant-disksize - vagrant plugin install vagrant-disksize
script: script:
- vagrant --fixture=scripts -- up - vagrant --fixture=scripts -- up
- vagrant --fixture=scripts -- ssh -- "cd /vagrant && pytest test/scripts/" - vagrant --fixture=scripts -- ssh -- -tt "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.
Please register or to comment