From 77915bdc3eb411691c050d2b2c2fcf925cee30b4 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Fri, 16 Sep 2022 01:46:59 +0000
Subject: [PATCH] fix: add DETECTOR_CONFIG to status report

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd00c13b..54ea9781 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,7 @@ stages:
           -d '{"state":"'"${STATE}"'",
                "target_url":"'"${CI_PIPELINE_URL}"'",
                "description":"'"${DESCRIPTION}"'",
-               "context":"eicweb/physics_benchmarks"
+               "context":"eicweb/physics_benchmarks ('"$DETECTOR_CONFIG"')"
               }' ;
       fi
 
-- 
GitLab