From 772aef9a5bd2b37458a17f03b6fe243b52d5a10b Mon Sep 17 00:00:00 2001 From: Rasmus Sode Lund <rsod@dtu.dk> Date: Mon, 26 Jun 2023 09:00:34 +0000 Subject: [PATCH] Updated the image for the pages job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1b8be46..7ee0998b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ test: pages: # "pages" is a job specifically for GitLab pages [1] stage: # build, test, deploy defined by default [2] deploy - image: continuumio/anaconda3:latest + image: registry.windenergy.dtu.dk/hawc2/hawc2-binary/dockerimages/ubuntu_conda script: # use sphinx to build docs, move to public page - apt-get update - pip install --upgrade pip -- GitLab