From 975dcc113e7c9124cc73efc540d03df14dede8f0 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 7 Jun 2021 02:51:14 +0200
Subject: [PATCH] WIP: pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7799f73..29f1a39 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ variables:
   # this is the image where the cpplib is installed and where the testsuite runs
   CPPINTTEST_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-cppinttest/testenv:$CI_COMMIT_REF_NAME
   # this is the name of the image in the /image-cache/ directory
-  CPPINTTEST_IMAGE_CACHE: caosdb/src/caosdb-cppinttest/testenv:$CI_COMMIT_REF_NAME.tar
+  CPPINTTEST_IMAGE_CACHE: caosdb-cppinttest-testenv:$CI_COMMIT_REF_NAME.tar
 
 
 
-- 
GitLab