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

modified: .gitlab-ci.yml

	modified:   trackers/dummy_test.sh
parent 5461a61a
Branches
Tags
No related merge requests found
image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest
stages:
- trackers
- calorimeters
- pid
- data_init
- detectors
#- others
get_data:
stage: data_init
tags:
- sodium
script:
- git clone https://eicweb.phy.anl.gov/EIC/datasets.git datasets
# artifacts:
# paths:
# - datasets
track_test1:
stage: trackers
stage: detectors
tags:
- sodium
script:
......@@ -15,7 +24,7 @@ track_test1:
allow_failure: true
cal_test1:
stage: calorimeters
stage: detectors
tags:
- sodium
script:
......@@ -23,7 +32,7 @@ cal_test1:
allow_failure: true
pid_test1:
stage: pid
stage: detectors
tags:
- sodium
script:
......
......@@ -3,4 +3,7 @@
echo "Tracker Dummy Test..."
echo "passes."
ls -lrth
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment