From 08397e18c06a7007bf7d9ba009f8d521cb604b0c Mon Sep 17 00:00:00 2001
From: aperrin <amandine.perrin@pasteur.fr>
Date: Wed, 24 Apr 2019 09:33:57 +0200
Subject: [PATCH] test with docker doker_host variable

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b229791..2fa177e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ services:
 
 variables:
     CI_REGISTRY_IMAGE: "registry-gitlab.pasteur.fr/aperrin/pipeline_annotation"
- #   DOCKER_HOST: tcp://localhost:2375
+    DOCKER_HOST: tcp://localhost:2375
 
 before_script:
   - docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" registry-gitlab.pasteur.fr
-- 
GitLab