diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 592c6a1b58449cb983c0fcfd1cfd209e7b891eba..73d6ee549009abead9b7ae5b1051a1c431075f10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: # List of stages for jobs, and their order of execution variables: EXLIBRIS_SDK_DIR: "/exlibris" - ROSETTASDK: "${EXLIBRIS_SDK_DIR}/7.3/lib/" + ROSETTASDK: "${EXLIBRIS_SDK_DIR}/7.3/dps-sdk-projects/dps-sdk-deposit/lib/" # base: https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects IMAGE_TARGET: "$CI_REGISTRY_IMAGE/bookworm_xml_plugin4rosetta" FF_USE_FASTZIP: "true" # These can be specified per job or per pipeline