Skip to content
Snippets Groups Projects
Commit cc761cab authored by Suru Dissanaike's avatar Suru Dissanaike
Browse files

Do not allow failures in the static code analysis stage.

parent 7700fa55
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ variables:
run_static_code_analysis:
image: ${COMMON_IMAGE}
stage: static_code_analysis
allow_failure: true
allow_failure: false
script:
- echo ${RUN_FLAWFINDER}
- "${RUN_FLAWFINDER} ${SOURCE_FOLDER}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment