diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87394b0f7756ae5cfc0fdcb479fe29f77c0da317..40f84e92c6fcce31ae156f0347ca7571e203cda9 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: