From 06cb246a79e1cc634df5a3f8879296d425ad071b Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Fri, 4 Aug 2023 14:58:42 +0200 Subject: [PATCH] ci: allow failure for debian job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e590be..875406d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,6 +127,7 @@ cargo-test-debian-bookworm: # there is no virtual card in this image, so subplot does not generate tests # that would require one. - cargo test + allow_failure: true cache: # inherit all general cache settings <<: *general_cache_config