From 5bdf94c3746b2015ae52e1ad3efaa7131fb959a5 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 7 Jun 2021 14:20:53 -0500
Subject: [PATCH] Do not allow the downstream pipelines to fail

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f8501b0..4f9a5426 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -187,7 +187,6 @@ benchmarks:detector:
     project: EIC/benchmarks/detector_benchmarks
     strategy: depend
   needs: ["overlap_check_tgeo","overlap_check_geant4","report"]
-  allow_failure: true
 
 
     #benchmarks:reconstruction:
-- 
GitLab