From f804f68649ebd32bf322908c7114443fb9bfa14f Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 31 Jul 2021 21:04:25 -0500 Subject: [PATCH] Mark lint and test stages as interruptible --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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