From 5a03b941e992848fc98cf892f0f7fa805b26ee07 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 7 Jun 2021 01:59:39 +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 52f18b2..eaadf70 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/src/caosdb-cppinttest/testenv:$CI_COMMIT_REF_NAME.tar -- GitLab