diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2eedd90a5b4a25ded88cece1a609533f24f5833a..24a84a3231c1174a6e9f7a1723727752c8d82883 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - BUILD_REGISTRY: $CI_REGISTRY/gbonnefille + BUILD_IMAGE_REGISTRY: $CI_REGISTRY/gbonnefille/otb-build-env DOCKER_DRIVER: overlay2 GIT_DEPTH: "3" @@ -17,13 +17,13 @@ stages: native-build: extends: .general stage: build - image: $BUILD_REGISTRY/otb-build-env/otb-ubuntu-native:18.04 + image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native:18.04 script: - ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc shark-build: extends: .general stage: build - image: $BUILD_REGISTRY/otb-build-env/otb-ubuntu-shark:18.04 + image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-shark:18.04 script: - ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc-shark-3.1.4