diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cb05d0baa85bf620c7c2c93e3037b5ea8646b14..b0377febecfeafb9a09c2198cf65a0a5a234624e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: # List of stages for jobs, and their order of execution variables: EXLIBRIS_SDK_DIR: "/exlibris" ROSETTASDK: "${EXLIBRIS_SDK_DIR}/8.1/lib/" - IMAGE_TARGET: "$CI_REGISTRY_IMAGE/bookworm_storageplugin4rosetta" + IMAGE_TARGET: "${HARBOR_HOST}/storageplugin4rosetta/bookworm_storageplugin4rosetta" FF_USE_FASTZIP: "true" # These can be specified per job or per pipeline ARTIFACT_COMPRESSION_LEVEL: "fast"