From 95c99655c9cd69b6f65f42567b5d7300fb2139c2 Mon Sep 17 00:00:00 2001 From: Michael Boniface <mjb@it-innovation.soton.ac.uk> Date: Mon, 26 Mar 2018 12:45:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ca7c2a..e0d9b05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,8 @@ stages: test:scripts: stage: test:scripts - before_script: - - vagrant --fixture=scripts -- destroy --force > /dev/null 2>&1 script: + - vagrant --fixture=scripts -- destroy --force - vagrant --fixture=scripts -- up - vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/scripts/" after_script: -- GitLab