diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e696b0..1e46d49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ Lint: interruptible: yes except: - pipelines + - schedules script: - ansible-lint --version - ansible-lint site.yml @@ -54,6 +55,7 @@ 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