diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0fc0a1bed65a07d36622e1ba6650850e0861397f..d88ac418343dc8e97e6b1aeab237a9932ce75671 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,7 +61,7 @@ eca:
 .oniro-repo-workspace:
   interruptible: true
   image:
-    name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest
+    name: docker.io/onirocore/bitbake-builder:latest
   variables:
     # URL and branch or revision of the oniro.git repository which contains a
     # repo manifest file.
@@ -197,7 +197,7 @@ build-docs:
   extends: [.oniro-repo-workspace]
   interruptible: true
   image:
-    name: registry.ostc-eu.org/ostc/oniro/docs-builder:latest
+    name: docker.io/onirocore/docs-builder:latest
   script:
     - make -C docs
     - mv docs/build "$CI_PROJECT_DIR"
@@ -245,7 +245,7 @@ build-docs:
 deploy:
   extends: .oniro-repo-workspace
   image:
-    name: registry.ostc-eu.org/ostc/oniro/docs-builder:latest
+    name: docker.io/onirocore/docs-builder:latest
   stage: deploy
   script:
     # We are in the root of the git-repo workspace. Because