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

modified: .gitlab-ci.yml

parent c6678d86
No related branches found
No related tags found
No related merge requests found
...@@ -8,16 +8,22 @@ stages: ...@@ -8,16 +8,22 @@ stages:
track_test1: track_test1:
stage: trackers stage: trackers
tags:
- sodium
script: script:
- bash trackers/dummy_test.sh - bash trackers/dummy_test.sh
cal_test1: cal_test1:
stage: calorimeters stage: calorimeters
tags:
- sodium
script: script:
- bash calorimeters/dummy_test.sh - bash calorimeters/dummy_test.sh
pid_test1: pid_test1:
stage: pid stage: pid
tags:
- sodium
script: script:
- bash pid/dummy_test.sh - bash pid/dummy_test.sh
......
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