From 02bc224f659dffd84cd7d11a9d76ec9027854691 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Fri, 31 Jul 2020 00:44:49 -0500
Subject: [PATCH] 	modified:   .gitlab-ci.yml

---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29634f7..112d928 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -97,8 +97,8 @@ cal_test_3_zdc_neutrons_reader:
   stage: benchmarks
   tags:
     - sodium
-  dependencies:
-    - zdc_simulation
+  needs: 
+    - ["zdc_simulation"]
   script:
     - root -b -q calorimeters/zdc_neutrons_reader.cxx
   allow_failure: true
@@ -139,6 +139,8 @@ zdc_benchmark:
   stage: benchmarks
   tags:
     - sodium
+  needs: 
+    - ["zdc_simulation"]
   dependencies:
     - zdc_simulation
   script:
-- 
GitLab