diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 462e47357b5ef9687b09b320708e335105628d23..2b9d03dac488106ae73157b6756e29b15030c9a7 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: tcp://localhost:2375/
+    DOCKER_HOST: http://localhost:2375/
   script:
     - echo "hello 1"
     - echo "password is ${CI_REGISTRY_PASSWORD} and username is ${CI_REGISTRY_USER} and resgistry is ${CI_REGISTRY}"