From 9b93985eb429b33f123485f5c7fdbbe1531b6c56 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 20 Mar 2020 09:41:11 +0100 Subject: [PATCH] [CI] Be nice please --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa03f9fd..9863f328 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,10 +9,12 @@ yamllint: script: - pip install yamllint==1.15.0 - yamllint -c .yamllint.yml . + allow_failure: true ansible-lint: stage: lint script: - pip install ansible-lint - ansible-lint *.yml + allow_failure: true ...