From affd61299e865bb1ee5328cc354808d7b293cf9d Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 18 May 2021 18:54:54 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 633da4a..9b447a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - deploy pages: - image: eicweb.phy.anl.gov:4567/containers/eic_container/alpine + image: eicweb.phy.anl.gov:4567/containers/eic_container/jug_dev:testing stage: deploy rules: - if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"' -- GitLab