diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3ca210..41b6965 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,7 @@ after_script: Lint: allow_failure: yes + interruptible: yes stage: lint script: - ansible-lint --version @@ -48,6 +49,7 @@ Lint: Test: allow_failure: yes + interruptible: yes stage: test script: - ansible-playbook --skip-tags no-test -C site.yml --vault-password-file /vaultpw