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

modified: .gitlab-ci.yml

parent 24e0f16d
Branches
Tags
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
stages: stages:
- phase1 - trackers
- phase1 - calorimeters
- pid
- others
track_test1:
stage: trackers
script:
- bash trackers/dummy_test.sh
cal_test1:
stage: calorimeters
script:
- bash calorimeters/dummy_test.sh
pid_test1:
stage: pid
script:
- bash pid/dummy_test.sh
#compile: #compile:
# stage: build # stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment