diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0d9b05e7b8a3ebd645ab338e49d179bab8de083..2ee162fe1b1e65dbd05c75eb01a8a75044b91df9 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: