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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55500b508..3562a4de3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,6 +39,8 @@ deploy_dev:
 test:
   stage: test
   image: node:14.15.4
+    before_script:
+    - export GHOST_HOST_AND_PORT='http://localhost:2368'
   script:
     - npm i
     - npm run test:cov
-- 
GitLab