From 0325fe14e6b3ce7727df884e44175bf1fa69a21f Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 13 May 2024 20:05:13 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f463e6a..b0dc859 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,14 +49,16 @@ before_script: # different stages in the pipeline stages: - - pre + - .pre - Formatter - test # must be called test for security/secret-detection to work - AdditionalTests - Deploy load_vars: - stage: pre + stage: .pre + before_script: + - "" script: - echo "Loading variables from vars.yml..." - cat /ci/my_branch.env >> build.env