diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 690db67594e703d7941eed2e67c1e20c532d8728..79869be065068220ec5a1da241c04e416590fc95 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ deploy_dev:
 test:
   stage: test
   image: node:14.15.4
-    before_script:
+  before_script:
     - export GHOST_HOST_AND_PORT=http://localhost:2368
   script:
     - npm i