diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a20c862..7873f88a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"