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