From f6f079005ad8a99c298fb464bde2b1c5cbb27ae7 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 20 Jul 2020 21:08:36 -0500
Subject: [PATCH] 	modified:   .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87394b0f..40f84e92 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,11 @@
 image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest 
 
+default:
+  artifacts:
+    path:
+      - results/
+
+
 stages:
   - data_init
   - detectors
@@ -33,6 +39,15 @@ cal_test1:
     - bash calorimeters/dummy_test.sh
   allow_failure: true
 
+cal_test2:
+  stage: detectors
+  tags:
+    - sodium
+  script:
+    - root -b -q calorimeters/zdc_neutrons_reader.cxx
+  allow_failure: true
+
+
 pid_test1:
   stage: detectors
   tags:
-- 
GitLab