diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5b51558af766e62044a488dff775f1a95ad11ba..f97c8844844df5b65e2e337d05bbd326aaeb2d3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ hcana_singularity:
   tags: 
      - singularity
   stage: build_sing_img
-  #when: manual
+  when: manual
   dependencies:
      - hcana_docker
   script:
@@ -41,6 +41,7 @@ elastic_replay:
   dependencies: 
      - hcana_singularity
   script:
+     - mkdir -p build && cd build && wget https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana/-/jobs/11134/artifacts/raw/build/Singularity.hcana.simg
      - bash tests/replay_elastic_data.sh
   artifacts:
      paths: 
diff --git a/tests/replay_elastic_data.sh b/tests/replay_elastic_data.sh
index 666fb5c114ceb85ce56f697d60cee52941f0a24b..9a67f1db54e0af61044b8ef7b64e4cdf6ea82f4f 100644
--- a/tests/replay_elastic_data.sh
+++ b/tests/replay_elastic_data.sh
@@ -27,6 +27,7 @@ ln -s ../ROOTfiles
 
 # run replay script
 
-singularity exec ../build/Singularity.hcana.simg hcana -b -q "scripts/replay_production_coin.cxx+(6012,1)"
+singularity exec ../build/Singularity.hcana.simg hcana -b -q "scripts/replay_production_coin.cxx+(6012,-1)"
+
+echo "hcana calls... the coin replay script and outputs blah.root"
 
-echo " hcana calls... the coin replay script and outputs blah.root"