From 330f1b50c5c258c32bf2ca423fc4a66ecae032f2 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 20 Jul 2020 23:02:18 -0500
Subject: [PATCH] 	modified:   calorimeters/calorimeters_config.yml

---
 calorimeters/calorimeters_config.yml | 32 +++++++++++++++++-----------
 1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/calorimeters/calorimeters_config.yml b/calorimeters/calorimeters_config.yml
index 6f167458..1f644d9d 100644
--- a/calorimeters/calorimeters_config.yml
+++ b/calorimeters/calorimeters_config.yml
@@ -1,30 +1,38 @@
-#stages:
-#  #- simulate
-#  - benchmarks
+image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest 
+
+default:
+  artifacts:
+    paths:
+      - results/
+      - datasets/
+      - data
+stages:
+  #- simulate
+  - benchmarks
 cal_test_1_dummy_test2:
   stage: benchmarks
   script:
     - bash calorimeters/dummy_test2.sh
-  artifact:
-    paths: 
-      - results/
+      #artifact:
+      #  paths: 
+      #    - results/
   allow_failure: true
 
 cal_test_2_dummy_test:
   stage: benchmarks
   script:
     - bash calorimeters/dummy_test.sh
-  artifact:
-    paths: 
-      - results/
+      #artifact:
+      #  paths: 
+      #    - results/
   allow_failure: true
 
 cal_test_3_zdc_neutrons_reader:
   stage: benchmarks
   script:
     - root -b -q calorimeters/zdc_neutrons_reader.cxx
-  artifact:
-    paths: 
-      - results/
+      #artifact:
+      #  paths: 
+      #    - results/
   allow_failure: true
 
-- 
GitLab