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

modified: .gitlab-ci.yml

	modified:   calorimeters/calorimeters_config.yml
parent 1b93898b
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,8 @@ get_data: ...@@ -38,6 +38,8 @@ get_data:
calorimeters_pipeline: calorimeters_pipeline:
stage: benchmarks stage: benchmarks
tags:
- sodium
trigger: trigger:
include: results/calorimeters_config.yml include: results/calorimeters_config.yml
#include: #include:
......
image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest
default:
artifacts:
paths:
- results/
- datasets/
- data
stages:
- simulate
- benchmarks
cal_sim_1_dummy_test2: cal_sim_1_dummy_test2:
stage: benchmarks stage: benchmarks
tags:
- sodium
script: script:
- echo "here we run simulation" - echo "here we run simulation"
#artifact: #artifact:
......
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