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

(fix) Test with YAML block in gitlab-ci

parent 5bce0f05
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #49025 passed with warnings
...@@ -82,9 +82,10 @@ cvalidation: ...@@ -82,9 +82,10 @@ cvalidation:
- python3 run.py blast/validation/oneraValidation.py -v; ONERA_STATUS=$? - python3 run.py blast/validation/oneraValidation.py -v; ONERA_STATUS=$?
- python3 run.py blast/validation/lannValidation.py -v; LANN_STATUS=$? - python3 run.py blast/validation/lannValidation.py -v; LANN_STATUS=$?
- set -e - set -e
- echo "RAE Validation Status: $RAE_STATUS" - |
- echo "ONERA Validation Status: $ONERA_STATUS" echo "RAE Validation Status: $RAE_STATUS"
- echo "LANN Validation Status: $LANN_STATUS" echo "ONERA Validation Status: $ONERA_STATUS"
echo "LANN Validation Status: $LANN_STATUS"
- if [ $RAE_STATUS -ne 0 ] || [ $ONERA_STATUS -ne 0 ] || [ $LANN_STATUS -ne 0 ]; then exit 1; fi - if [ $RAE_STATUS -ne 0 ] || [ $ONERA_STATUS -ne 0 ] || [ $LANN_STATUS -ne 0 ]; then exit 1; fi
dependencies: dependencies:
- build - build
......
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