diff --git a/gitlab-ci-mkp.yml b/gitlab-ci-mkp.yml
index 01d7fe2d80d2c5370790fdc36b629d4048542668..ce9e8195c1a5e840ced1b4b7d02ceab2f1ce189d 100644
--- a/gitlab-ci-mkp.yml
+++ b/gitlab-ci-mkp.yml
@@ -28,7 +28,7 @@ upload:
   stage: upload
   image:
     name: curlimages/curl:latest
-    pull_policy: if-not-present # available: always, if-not-present, never
+    pull_policy: always # available: always, if-not-present, never
   tags:
     - global-runner
   rules:
@@ -42,7 +42,7 @@ release:
   stage: release
   image:
     name: registry.gitlab.com/gitlab-org/release-cli:latest
-    pull_policy: if-not-present # available: always, if-not-present, never
+    pull_policy: always # available: always, if-not-present, never
   tags:
     - global-runner
   rules: