diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 59e17650fa7fb8924080b60a86e5147c7e6daeb1..37f7fc48a291179141247d339ee8ba33592f211b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ default:
   before_script:
     - docker info
 variables:
-  DOCKER_HOST: tcp://docker:2375
+  DOCKER_HOST: tcp://localhost:2375
   DOCKER_DRIVER: overlay2
   DOCKER_TLS_CERTDIR: ""
 stages:          # List of stages for jobs, and their order of execution