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

modified: .gitlab-ci.yml

parent b29476cd
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ track_test1:
- sodium
script:
- bash trackers/dummy_test.sh
allow_failure: true
cal_test1:
stage: calorimeters
......@@ -19,6 +20,7 @@ cal_test1:
- sodium
script:
- bash calorimeters/dummy_test.sh
allow_failure: true
pid_test1:
stage: pid
......@@ -26,6 +28,7 @@ pid_test1:
- sodium
script:
- bash pid/dummy_test.sh
allow_failure: true
#pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment