From f470a1ed7d59572bb21a6729c4508a39fa59bb47 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Thu, 27 Nov 2025 20:42:46 +0100 Subject: [PATCH] ci: Make Flatpak builds blocking again The Flatpak builds are now fixed again in the CI, so let's no longer allow them to break. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21de151f..fdf41c77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,8 +131,6 @@ flatpak: TEST_RUN_ARGS: $TEST_ARGS BUNDLE: geary-dev.flatpak extends: .flatpak - # This is broken, allow it to fail. - allow_failure: true ## # Stage: Deploy