From af181c5f06ffe8a75cc30f6e7108f1e690242c5b Mon Sep 17 00:00:00 2001
From: Michael Boniface <mjb@it-innovation.soton.ac.uk>
Date: Wed, 21 Mar 2018 11:59:49 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d3b3c3..8447aef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,9 @@ stages:
 test_job:
   stage: test
   script: 
-    - vagrant --fixture=scripts" -- up
-    - vagrant --fixture=scripts" -- ssh -- "cd /vagrant && pytest test/scripts/"
-    - vagrant --fixture=scripts" -- destroy --force
+    - vagrant --fixture=scripts -- up
+    - vagrant --fixture=scripts -- ssh -- "cd /vagrant && pytest test/scripts/"
+    - vagrant --fixture=scripts -- destroy --force
   when: manual
 
   
-- 
GitLab