From 8e04b981c4a9583d589b3ccbf3f5db482180e22c Mon Sep 17 00:00:00 2001 From: Taqi Tahmid Date: Sun, 11 Jan 2026 15:03:33 +0200 Subject: [PATCH] fix gitlab ci pipeline --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 811b514..67f2ff4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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