From 7655264e0d8e3754e455978fffaddbf8ca0672f4 Mon Sep 17 00:00:00 2001
From: Michael Boniface <mjb@it-innovation.soton.ac.uk>
Date: Mon, 26 Mar 2018 12:46:11 +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 e0d9b05..2ee162f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
 test:scripts:
   stage: test:scripts
   script: 
-    - vagrant --fixture=scripts -- destroy --force 
+    - vagrant --fixture=scripts -- destroy --force > /dev/null 2>&1
     - vagrant --fixture=scripts -- up
     - vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/scripts/"
   after_script:
-- 
GitLab