diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b9d033541c91914576e07aeef1ff9764a29dab21..6e282a9e92047eb9c6166fcd489bfb6dcfb2adf9 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.