Skip to content
Snippets Groups Projects
Commit bc3d3c56 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Another yml fix attempt

parent 94052fa3
No related branches found
No related tags found
No related merge requests found
......@@ -10,13 +10,7 @@ stages:
- build
- test
include:
- template: Security/SAST.gitlab-ci.yml
image: ubuntu:jammy
sast:
flawfinder-sast:
stage: test
needs: []
dependencies: []
......@@ -24,6 +18,11 @@ sast:
- main
- merge_requests
include:
- template: Security/SAST.gitlab-ci.yml
image: ubuntu:jammy
code_quality:
stage: test
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment