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

Update .gitlab-ci.yml

parent af181c5f
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ stages: ...@@ -3,6 +3,8 @@ stages:
test_job: test_job:
stage: test stage: test
before_script:
- 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 -- "cd /vagrant && pytest test/scripts/"
......
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