From e9285a01b5bf99894d91729ffb1b79b89e0a6852 Mon Sep 17 00:00:00 2001
From: Christian Winter <c.winter@kit.edu>
Date: Tue, 31 Oct 2023 15:48:03 +0000
Subject: [PATCH] allow the herwig build step to fail

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed67c79..2f56c73 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,6 +71,7 @@ tp_herwig:
       - $IMAGE_NAME/Dockerfile
       - tp/*
       - basis/*
+  allow_failure: true
       
 create_jupytermachine_version:
   stage: create_jupytermachine_version
-- 
GitLab