From b52d81dfa14bc7f9073b6740eed4c97872b2fed3 Mon Sep 17 00:00:00 2001
From: FORESTIER Fabien <fabien.forestier@soprasteria.com>
Date: Mon, 7 Oct 2019 13:42:51 +0200
Subject: [PATCH] Fix gitlab-ci error

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 46fd427..26e21b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
   - deploy
 
 variables:
-  PROXY_HOST_TARGET=https://download.data.grandlyon.com
+  PROXY_HOST_TARGET: https://download.data.grandlyon.com
 
 build_development:
   stage: build
-- 
GitLab