From 4a6f4fb75f46eb214d60c94447180561da6ff095 Mon Sep 17 00:00:00 2001 From: Marvin Schmidt Date: Sat, 24 Oct 2020 21:33:16 +0200 Subject: ci: No longer allow tests to fail with clang The previous commit fixed the failing python tests. Make sure we don't regress and make CI fail if they break again --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d018b57a9..01bbb14d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,7 +117,6 @@ test:exherbo-clang: VERSION: "latest" dependencies: - build:exherbo-clang - allow_failure: true <<: *test-template build:gentoo: -- cgit v1.2.3