From 1085c063dbe33c821867c4b8e7f4ba54a75b68a8 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Fri, 17 Jun 2022 17:02:25 +0200
Subject: [PATCH] FIX: Don't inherit variables (especially not the
 CI_REGISTRY_IMAGE).

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28602932..fa5f73ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,6 +65,8 @@ unittest:
 # Trigger building of server image and integration tests
 trigger_build:
   stage: deploy
+  inherit:
+    variables: false
   variables:
     # Renaming variables.
     F_BRANCH: $CI_COMMIT_REF_NAME
-- 
GitLab