From 77845a4042bb9fcc138f5bf8f0cb028aaaa3dad9 Mon Sep 17 00:00:00 2001 From: Klaus Wakonig Date: Wed, 28 Jun 2023 12:49:08 +0200 Subject: [PATCH] ci: moved to morgana harbor --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ca69e0..3a57b33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. # Official language image. Look for the different tagged releases at: # https://hub.docker.com/r/library/python/tags/ -image: python:3.8 +image: morgana-harbor.psi.ch/bec/python:3.8 #commands to run in the Docker container before starting each job. before_script: