From 85285b218495d1d47f11ba0e5ad0ecb82c302285 Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Wed, 8 Jun 2022 15:48:22 +0200
Subject: [PATCH] WIP TEST: Failing trigger:strategy:depends

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1deab6..41aee3e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -108,7 +108,8 @@ trigger_build:
 
   trigger:
     project: caosdb/src/caosdb-deploy
-    branch: $DEPLOY_REF
+    # branch: $DEPLOY_REF
+    branch: f-trigger-strategy
     strategy: depend
 
 # Build the sphinx documentation and make it ready for deployment by Gitlab Pages
-- 
GitLab