From ba003517dc870fe978556978605e656cf4654f12 Mon Sep 17 00:00:00 2001
From: Michael Boniface <mjb@it-innovation.soton.ac.uk>
Date: Mon, 26 Mar 2018 12:42:56 +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 53a17a5..3bbb78d 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 
+    - 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