From d6b4c9b567d82cd68a68da2305c79712cc8089f7 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 11 May 2021 04:30:42 +0000 Subject: [PATCH] Ci update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ec9638..73ca1ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ +image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest default: before_script: - ls -lrth && pwd @@ -67,7 +68,6 @@ include: 'share/common.yml' # - cd ${LOCAL_DATA_PATH} && git clone --depth=1 https://eicweb.phy.anl.gov/EIC/datasets.git datasets # #.det_benchmark: -# image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG # needs: # - ["get_data"] # before_script: -- GitLab