fix gitlab ci pipeline
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user