diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c50c9c2ef82fa96ddc3ef3f6292429535028375f..62df72d7d13c40dab209c64c7a3de2f84d6f0753 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ # It performs some operations with an account. # Its credentials are stored as secret variable KRB_PASSWORD and KRB_USERNAME # Image used for most of the jobs, unless specified -image: gitlab-registry.cern.ch/ci-tools/ci-worker:cc7 +image: registry.cern.ch/docker.io/library/almalinux:9 stages: # sweep immediately after merger @@ -284,7 +284,7 @@ deploy_on_cvmfs: - tags@lhcb-dirac/LHCbDIRAC variables: - $SWEEP != "true" - image: gitlab-registry.cern.ch/ci-tools/ci-worker:cc7 + image: registry.cern.ch/docker.io/library/almalinux:9 before_script: - mkdir -p ~/.globus - echo "$BOT_USERCERT_PEM" | tr -d '\r' > ~/.globus/usercert.pem @@ -490,7 +490,7 @@ build-wheel-and-maybe-deploy-to-pypi: fi run-dms-tests: - image: gitlab-registry.cern.ch/lhcb-docker/os-base/centos7-hepos:latest + image: registry.cern.ch/docker.io/library/almalinux:9 timeout: 3h when: manual variables: