diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3562a4de362ca04f437489b045ebdcd7ad6e785a..690db67594e703d7941eed2e67c1e20c532d8728 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