From 2cf80bb53421ee822777ec32cd1b91e525dfcd29 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 23 Jun 2024 19:12:35 +0200 Subject: [PATCH] gitlab-ci: remove 'allow_failure: true' (MR 2327) Now that it is all passing, let's keep it that way! --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) 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"