From 239c75ff244df4a1758cb916b681bd1a2445103c Mon Sep 17 00:00:00 2001 From: Alexander Pace Date: Mon, 16 Nov 2020 16:01:54 -0600 Subject: [PATCH] Update .gitlab-ci.yml: pull el7 container from containers.ligo.org --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ced442b..98b7e07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ build:tarball: build:el7: <<: *build - image: igwn/base:el7 + image: containers.ligo.org/docker/base:el7 before_script: - yum install -yq rpm-build -- GitLab