From d707cf452719cd2e8142afbd058a95e6906abc10 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 10 Jul 2020 17:11:03 +0200
Subject: [PATCH] FIX: pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d0c266..b3c51e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,7 +94,7 @@ test:
         fi
       - if [[ "$CAOSDB_TAG" == "" ]]; then
           if echo "$F_BRANCH" | grep -c "^f-" ; then
-            CAOSDB_TAG=f-feature-branch-pipeline_F_${F_BRANCH}-latest;
+            CAOSDB_TAG=dev_F_${F_BRANCH}-latest;
           else
             CAOSDB_TAG=dev-latest;
           fi;
-- 
GitLab