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