diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91afee7..bc1c865 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,6 @@ Test: interruptible: yes except: - pipelines - - schedules script: - ansible-playbook --skip-tags no-test -C site.yml --vault-password-file /vaultpw || error="$?" - if [ "$error" -eq 4 ]; then echo "Some hosts were unreachable; masking error"; unset error; fi