Skip to content
Snippets Groups Projects
Verified Commit 06e2df18 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(ci) Added manual validation job in .gitlab-ci.yml

parent 4dc69103
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #23194 failed
......@@ -61,3 +61,14 @@ ctest:
#timeout: 10 hours # will be available in 12.3
dependencies:
- build
cvalidation:
<<: *global_tag_def
stage: validation
script:
- python3 run.py blast/validation/raeValidation.py -v
- python3 run.py blast/validation/oneraValidation.py -v
- python3 run.py blast/validation/lannValidation.py -v
dependencies:
- build
when: manual
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