update(CI): use cached docker image at cern to avoid docker rate-limit

ref: f81901bb98
This commit is contained in:
Wataru Otsubo 2025-02-12 17:48:40 +09:00
parent ce7158ad94
commit 77f9a21b77

View file

@ -33,12 +33,12 @@ cache:
# - .script
# - .coverage
Julia 1.11:
image: julia:1.11
image: registry.cern.ch/docker.io/library/julia:1.11
extends:
- .script
- .coverage
pages:
image: julia:1.11
image: registry.cern.ch/docker.io/library/julia:1.11
stage: deploy
script:
- |