fix gitlab ci pipeline

This commit is contained in:
2026-01-11 15:03:33 +02:00
parent f81bae773a
commit 8e04b981c4

View File

@@ -4,13 +4,13 @@ workflow:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH
stages:
- test
- lint
include: include:
- template: Security/SAST.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml
stages:
- security
- test
markdown_lint: markdown_lint:
stage: lint stage: lint
image: ghcr.io/igorshubovych/markdownlint-cli:latest image: ghcr.io/igorshubovych/markdownlint-cli:latest