From 0aaecdb2efbfe222b454115b09d09d9092080598 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Fri, 28 Jul 2023 16:28:16 +0000 Subject: [PATCH] Fix base image location --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b1e646..6e78c48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: eicweb.phy.anl.gov:4567/whit/image_recipes/root_base:latest +image: eicweb.phy.anl.gov:4567/containers/image_recipes/root_base:latest #image: whit2333/root_base:latest # -- GitLab