diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bbb78d7f675479fe638fb1e16655c7669190f24..3ca7c2aa49fe85959c25c5d1b8246599f0bfc6a8 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/"