From 869f490951d03cc64c31a3eb90c2d015d959224a Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Fri, 16 Aug 2019 01:35:04 -0500
Subject: [PATCH] 	modified:   ../.gitlab-ci.yml 	modified:  
 replay_elastic_data.sh

---
 .gitlab-ci.yml               | 3 ++-
 tests/replay_elastic_data.sh | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5b5155..f97c884 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 666fb5c..9a67f1d 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"
-- 
GitLab