From 744cfdb1fd2979baa17022a80ca7fe87c613de5c Mon Sep 17 00:00:00 2001 From: Michael Boniface <mjb@it-innovation.soton.ac.uk> Date: Mon, 26 Mar 2018 12:41:45 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18bab70..53a17a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ stages: test:scripts: stage: test:scripts - # before_script: - # - vagrant --fixture=scripts -- destroy --force + before_script: + - vagrant --fixture=scripts -- destroy --force script: - vagrant --fixture=scripts -- up - vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/scripts/" -- GitLab