diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d64b40386c5044ea420a94960ae7fef3f8a3677e..11a512e8a78884ccb6ad412407bb0299ec19e94c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,5 +3,4 @@ image: node:latest
 test:
   stage: test
   script:
-    - cd "./realNodeServer"
-    - npm test
\ No newline at end of file
+    - cd realNodeServer && npm test
\ No newline at end of file