fix gitlab ci pipeline
This commit is contained in:
@@ -4,13 +4,13 @@ workflow:
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
|
||||
stages:
|
||||
- test
|
||||
- lint
|
||||
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
|
||||
stages:
|
||||
- security
|
||||
- test
|
||||
|
||||
markdown_lint:
|
||||
stage: lint
|
||||
image: ghcr.io/igorshubovych/markdownlint-cli:latest
|
||||
|
||||
Reference in New Issue
Block a user