From 21eb922f5402043c75e154f415660a58d7d924a6 Mon Sep 17 00:00:00 2001
From: Christoph Alt <christoph.alt@fau.de>
Date: Thu, 6 Oct 2022 13:59:34 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb1b11b..25332de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ trigger_cb_pipeline:
       --request POST 
       --form token=$CB_TRIGGER_TOKEN 
       --form ref=master 
-      --form "variables[WALBERLA_GITLAB_INSTANCE]=https://i10git.cs.fau.de" 
+      --form "variables[WALBERLA_GITLAB_INSTANCE]=https://$CI_SERVER_HOST" 
       --form "variables[WALBERLA_PROJECT_ID]=walberla/walberla" 
       --form "variables[WALBERLA_BRANCH]=master"
       "$CB_TRIGGER_API_URL"
-- 
GitLab