diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ca7c2aa49fe85959c25c5d1b8246599f0bfc6a8..e0d9b05e7b8a3ebd645ab338e49d179bab8de083 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,8 @@ stages: test:scripts: stage: test:scripts - before_script: - - vagrant --fixture=scripts -- destroy --force > /dev/null 2>&1 script: + - vagrant --fixture=scripts -- destroy --force - vagrant --fixture=scripts -- up - vagrant --fixture=scripts -- ssh test-runner -- -tt "cd /vagrant && pytest clmctest/scripts/" after_script: