Skip to content
Snippets Groups Projects
Commit 8fb8f079 authored by Laura Stengel's avatar Laura Stengel
Browse files

added pipeline tests

parent 5216920d
No related branches found
No related tags found
1 merge request!259Resolve "Pipeline runtime"
......@@ -26,7 +26,7 @@ build-cardmech:
ctest-cardmech:
extends: .test_template
variables:
JOB_PRIORITY: 'nightly'
JOB_PRIORITY: 'frequently'
dependencies:
- build-cardmech
script: # Todo why is ctest not used? Job may take max 10min to be frequently executed!!
......@@ -43,7 +43,7 @@ ctest-cardmech:
mpitest-cardmech:
extends: .test_template
variables:
JOB_PRIORITY: 'nightly'
JOB_PRIORITY: 'frequently'
dependencies:
- build-cardmech
script: # Job may take max 10min to be frequently executed!!
......
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