From a7490013520c7722b22852af1cbcc5af1f1cc629 Mon Sep 17 00:00:00 2001
From: Zhenyu Ye <yezhenyu@EIC-SoLID.local>
Date: Sat, 25 Sep 2021 22:57:44 -0500
Subject: [PATCH] debug TOF benchmark

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3b0e5a6..cb8b237f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,7 @@ common:setup:
       echo "COMMON_BENCH_VERSION = ${COMMON_BENCH_VERSION}" 
       git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup 
   script:
+    - |
       export JUGGLER_DETECTOR_VERSION="98-update-barrel-and-endcap-tof"
       echo "JUGGLER_DETECTOR         = ${JUGGLER_DETECTOR}"
       echo "JUGGLER_DETECTOR_VERSION = ${JUGGLER_DETECTOR_VERSION}"
-- 
GitLab