diff --git a/NodeApp/.gitlab-ci/04_stageCodeQuality.yml b/NodeApp/.gitlab-ci/04_stageCodeQuality.yml
index 741c353d1833b33eb18245d30377267102adaa4d..9fda59d835ec0c91e23548db55a43a1df8d6ab1b 100644
--- a/NodeApp/.gitlab-ci/04_stageCodeQuality.yml
+++ b/NodeApp/.gitlab-ci/04_stageCodeQuality.yml
@@ -4,5 +4,7 @@ code_quality:lint:
         - code_quality
     image: node:latest
     script:
+        - cd "${PROJECT_FOLDER}"
+        
         - npm install
         - npm run lint