From 8ba76f6b319d0246d1dcc6dffcb91818a0d1e2b4 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Fri, 27 Jan 2023 15:05:14 +0000 Subject: [PATCH] experimenting with manual jobs --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9d0335..6e282a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,9 @@ # 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: lb584/ews_coordinator:latest +image: + name: lb584/ews_coordinator:latest + pull_policy: if-not-present # Change pip's cache directory to be inside the project directory since we can # only cache local items. -- GitLab