From f0cd015d0a04a71d3984b724437cafca050fd388 Mon Sep 17 00:00:00 2001 From: Michael Boniface <mjb@it-innovation.soton.ac.uk> Date: Wed, 21 Mar 2018 12:04:27 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8447aef..03aeae5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,8 @@ stages: test_job: stage: test + before_script: + - vagrant plugin install vagrant-disksize script: - vagrant --fixture=scripts -- up - vagrant --fixture=scripts -- ssh -- "cd /vagrant && pytest test/scripts/" -- GitLab