diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b9d03dac488106ae73157b6756e29b15030c9a7..7496b1d29537c082c139a160bf072328af5923d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ build:
     - docker:24.0-dind
   variables:
     IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
-    DOCKER_HOST: http://localhost:2375/
+    DOCKER_HOST: http://docker:2375/v1.24/auth
   script:
     - echo "hello 1"
     - echo "password is ${CI_REGISTRY_PASSWORD} and username is ${CI_REGISTRY_USER} and resgistry is ${CI_REGISTRY}"