From 02b2ac69e516ee02882422e8bb186e7fef372c23 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sat, 29 Apr 2023 21:17:01 +0000
Subject: [PATCH] fix: allow_failure for benchmarks:reconstruction

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e27db587..55fff2e1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -499,7 +499,7 @@ benchmarks:reconstruction:
   trigger:
     project: EIC/benchmarks/reconstruction_benchmarks
     strategy: depend
-  allow_failure: false
+  allow_failure: true
   
 benchmarks:physics:
   stage: benchmarks
-- 
GitLab