From 904036d5f46485635fa90f08d888a4416fe78984 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 7 Jun 2021 01:24:29 +0200
Subject: [PATCH] WIP: pipeline

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 207914b..6726850 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,9 +31,9 @@ variables:
   CPPINTTEST_REPO_PATH: caosdb/src/caosdb-cppinttest
   CPPINTTEST_TESTENV_IMAGE_TAG: ${CPPINTTEST_REPO_PATH}/testenv:${CPPINTTEST_IMAGE_SUFFIX}
   # this is the image where the cpplib is installed and where the testsuite runs
-  CPPINTTEST_REGISTRY_IMAGE: ${CI_REGISTRY}/${CPPINTTEST_IMAGE_TAG}
+  CPPINTTEST_REGISTRY_IMAGE: ${CI_REGISTRY}/${CPPINTTEST_TESTENV_IMAGE_TAG}
   # this is the name of the image in the /image-cache/ directory
-  CPPINTTEST_IMAGE_CACHE: ${CPPINTTEST_IMAGE_TAG}.tar
+  CPPINTTEST_IMAGE_CACHE: ${CPPINTTEST_TESTENV_IMAGE_TAG}.tar
 
 
   ## FOR DEBUGGING
-- 
GitLab