From c822468cb96df73e8d5dcdafb2d7d7c5ba6507df Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Mon, 29 Mar 2021 18:03:58 +0200
Subject: [PATCH] fix: gitlab-ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3562a4de3..690db6759 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ test:
   stage: test
   image: node:14.15.4
     before_script:
-    - export GHOST_HOST_AND_PORT='http://localhost:2368'
+    - export GHOST_HOST_AND_PORT=http://localhost:2368
   script:
     - npm i
     - npm run test:cov
-- 
GitLab