diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aabf4ac2b88147ad3c3f5a26ce09980ffde39894..fb2b41fa42e5158a6b84146b65dcca9cd79e5221 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ build:
       - master
   script:
     - cid="$(basename $(cat /proc/1/cpuset))"
-    - docker pull adarnimrod/ci-images:python3
+    - docker pull registry.shore.co.il/ci-images:python3
     - >-
       docker run
       --rm
@@ -22,6 +22,6 @@ build:
       --volumes-from "$cid"
       --volume "/var/www/www.shore.co.il/blog:/builds/nimrod/blog/output"
       --workdir "$PWD"
-      adarnimrod/ci-images:python3
+      registry.shore.co.il/ci-images:python3
       /bin/sh -xc
       "pipenv --python=python3 install && pipenv run clean && pipenv run build"