From efda00b9708ee36926f40bfd383a2e067f9021b6 Mon Sep 17 00:00:00 2001 From: Petar Hristov <hristov@itc.rwth-aachen.de> Date: Tue, 30 May 2023 13:49:26 +0200 Subject: [PATCH] Fix: CI --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c1ce37..af6c7d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ include: stages: - build - publish + - generate variables: @@ -33,7 +34,7 @@ generate: - if: $CI_COMMIT_REF_PROTECTED == "true" when: manual - when: manual - stage: commands + stage: generate variables: DEV_BRANCH: "dev" OUTPUT_FOLDER_NAME: "Artifacts" -- GitLab