From 451f0035339d7320c903e5b75226ac512b1ebd2f Mon Sep 17 00:00:00 2001 From: flowgunso Date: Sun, 2 Jun 2024 23:27:46 +0200 Subject: [PATCH] Debug the CI approval variable --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1894be8..6af6f3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,12 @@ include: - template: Jobs/Code-Quality.gitlab-ci.yml - template: Jobs/SAST.latest.gitlab-ci.yml +test: + stage: build + script: export + rules: + - if: $CI_MERGE_REQUEST_ID + build: stage: build before_script: