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: ruff:
stage: lint stage: lint
allow_failure: true
script: script:
- ".ci/ruff.sh" - ".ci/ruff.sh"
@ -55,7 +54,6 @@ shellcheck:
vermin: vermin:
stage: lint stage: lint
allow_failure: true
script: script:
- ".ci/vermin.sh" - ".ci/vermin.sh"
@ -72,7 +70,6 @@ mr-settings:
mypy: mypy:
stage: lint stage: lint
allow_failure: true
script: script:
- ".ci/mypy.sh" - ".ci/mypy.sh"