From 8a4f73c3b0af9b6496f2fd4c3f1b432908b56855 Mon Sep 17 00:00:00 2001
From: Michael Boniface <mjb@it-innovation.soton.ac.uk>
Date: Mon, 26 Mar 2018 12:44:02 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bbb78d..3ca7c2a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
 test:scripts:
   stage: test:scripts
   before_script:
-    - vagrant --fixture=scripts -- destroy --force /dev/null 2>&1
+    - vagrant --fixture=scripts -- destroy --force > /dev/null 2>&1
   script: 
     - vagrant --fixture=scripts -- up
     - vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/scripts/"
-- 
GitLab