1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-29 17:15:34 +00:00

Run sast jobs in parallel with build jobs

This commit is contained in:
elsid 2022-06-10 01:37:34 +02:00
parent 436db8c0e5
commit 92b9e9269d
No known key found for this signature in database
GPG key ID: D27B8E8D10A2896B

View file

@ -7,8 +7,8 @@ include:
# Note: We set `needs` on each job to control the job DAG.
# See https://docs.gitlab.com/ee/ci/yaml/#needs
stages:
- test
- build
- test
# https://blog.nimbleways.com/let-s-make-faster-gitlab-ci-cd-pipelines/
variables:
@ -20,6 +20,12 @@ variables:
SAST_EXCLUDED_ANALYZERS: "bandit"
SAST_EXCLUDED_PATHS: "extern"
sast:
tags:
- docker
- linux
needs: []
.Ubuntu_Image:
tags:
- docker