From 68748a26c50b944aaae6fa228d7aebb9f412f012 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 22 Oct 2020 16:00:35 +0100 Subject: [PATCH] Never allow pylint failure --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abf85207..fe98809a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ cache: pylint: stage: analysis image: python:3.7 - allow_failure: true + allow_failure: false before_script: - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python