diff options
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84598aa2..eccf80b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,7 @@ pytest-latest: pylint-latest: stage: lint + allow_failure: true image: python:3 script: - apt-get update && apt-get install -y libidn11-dev |