diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47e835efd7b4964e81ca24ec039adee1a717cdb9..920f0c74d3a93297cacd9de3bfd8984bf3eaa475 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 default:
-  - image: ubuntu:22.04
+  image: ubuntu:22.04
 
 stages:
   - build
@@ -37,7 +37,7 @@ publish_package:
 
 build_and_push_docker_image:
   stage: publish
-  image: hub.docker.io/docker:26.0.1-dind
+  image: docker:26.0.1-dind
   script:
     - docker build -t $DOCKER_IMAGE:$CI_COMMIT_SHORT_SHA .
     - docker push $DOCKER_IMAGE:$CI_COMMIT_SHORT_SHA