From da1ef93d5bc11ea136358399e2592842e718735f Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Fri, 27 Jan 2023 15:08:12 +0000
Subject: [PATCH] experimenting with manual jobs

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e282a9..98ba2ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,6 @@
 # https://hub.docker.com/r/library/python/tags/
 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