Skip to content
Snippets Groups Projects
Verified Commit 904036d5 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 6a4a291a
No related branches found
No related tags found
No related merge requests found
Pipeline #8329 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment