Skip to content
Snippets Groups Projects
Commit f6f07900 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent 04ef2518
No related branches found
No related tags found
No related merge requests found
image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest
default:
artifacts:
path:
- results/
stages: stages:
- data_init - data_init
- detectors - detectors
...@@ -33,6 +39,15 @@ cal_test1: ...@@ -33,6 +39,15 @@ cal_test1:
- bash calorimeters/dummy_test.sh - bash calorimeters/dummy_test.sh
allow_failure: true allow_failure: true
cal_test2:
stage: detectors
tags:
- sodium
script:
- root -b -q calorimeters/zdc_neutrons_reader.cxx
allow_failure: true
pid_test1: pid_test1:
stage: detectors stage: detectors
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment