From dee18e2a032d9214993bee7ae23116bd0b6570ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Tue, 2 Mar 2021 11:14:24 +0000
Subject: [PATCH] Fixes the pipelines after repository migration

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0cf07b5c..2ccf07f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@
 
 variables:
   DEPLOY_REF: dev
-  CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/caosdb-server/caosdb-server-testenv:latest
+  CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-server/caosdb-server-testenv:latest
 
 image: $CI_REGISTRY_IMAGE
 stages:
@@ -40,6 +40,8 @@ build-testenv:
   timeout: 3h
   only:
     - schedules
+      #TODO remove before merge
+    - f-fix-pipeline
   script:
     - cd src/test/docker
     - time docker load < /image-cache/caosdb-server-testenv.tar || true
-- 
GitLab