From 65098fa859edd092919864abc6b8dad5555fa9d5 Mon Sep 17 00:00:00 2001
From: Soeren Peters <peters@irmb.tu-bs.de>
Date: Fri, 6 May 2022 17:13:37 +0200
Subject: [PATCH] Allow failure in manual running to avoid a blocked pipeline.

---
 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 853ef30af..a2e90d98a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -195,8 +195,6 @@ msvc_16_unit_tests:
 gcc_9_python_bindings_test:
   stage: test
 
-
-
   needs: ["gcc_9_python"]
 
   before_script:
@@ -212,8 +210,6 @@ gcc_9_python_bindings_test:
 gcc_9_python_slurm_test:
   stage: test
 
-
-
   needs: ["gcc_9_python"]
 
   rules:
@@ -385,6 +381,7 @@ include_what_you_use_clang_10:
     - if: '$CI_PROJECT_NAMESPACE == "irmb" && $CI_COMMIT_BRANCH == "develop"'
       when: always
     - when: manual
+      allow_failure: true
 
 cppcheck:
   stage: analyze
-- 
GitLab