gitlab-ci: remove 'allow_failure: true' (MR 2327)

Now that it is all passing, let's keep it that way!
This commit is contained in:
Oliver Smith 2024-06-23 19:12:35 +02:00
parent 18fa4e58a3
commit 2cf80bb534
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -44,7 +44,6 @@ pytest:
ruff:
stage: lint
allow_failure: true
script:
- ".ci/ruff.sh"
@ -55,7 +54,6 @@ shellcheck:
vermin:
stage: lint
allow_failure: true
script:
- ".ci/vermin.sh"
@ -72,7 +70,6 @@ mr-settings:
mypy:
stage: lint
allow_failure: true
script:
- ".ci/mypy.sh"