From b849abf43f2e09cd379105b4212dc7fccdb3e51f Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 2 Mar 2021 15:01:53 -0600 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5982761b..d62de6b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -157,6 +157,7 @@ crystal_pion_simulation: tags: - silicon script: + - source options/env.sh - npsim --runType batch --numberOfEvents 100 --compactFile ${DETECTOR_PATH}/topside.xml --inputFiles data/emcal_electrons.hepmc --outputFile sim_output/output_emcal_electrons.root deploy_results: -- GitLab