From 39c3a598387b4281ceaaf2ae2a2fde2067705e49 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 18 Feb 2020 21:34:12 +0100 Subject: [PATCH] Allow linter to fail --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 406cf3e..d1acd36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,3 +24,4 @@ python37: linters: stage: test script: tox -e linters + allow_failure: true