From 59a59aa8f72a38e6754aa5d8a5a311931fa3a8fc Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Wed, 24 Apr 2019 09:35:04 +0200 Subject: [PATCH] CI: switch to official registry --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76ca6e10df..cefac1827e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ # GIT_STRATEGY=fetch (https://gitlab.com/gitlab-org/gitlab-runner/issues/3318) variables: - BUILD_IMAGE_REGISTRY: $CI_REGISTRY/gbonnefille/otb-build-env + BUILD_IMAGE_REGISTRY: $CI_REGISTRY/orfeotoolbox/otb-build-env DOCKER_DRIVER: overlay2 GIT_DEPTH: "3" # Disable automatic checkout to let us fetch LFS before @@ -44,7 +44,7 @@ fast-build: extends: .general only: [merge_requests, branches] stage: precheck - image: $CI_REGISTRY/gpasero/otb/otb-install-ubuntu-native + image: $BUILD_IMAGE_REGISTRY/otb-install-ubuntu-native before_script: - export GIT_LFS_SKIP_SMUDGE=1 - git checkout $CI_COMMIT_REF_NAME -- GitLab