From 256b7ea44a2d21ca2b199ff8ad793a4645c1238d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Fri, 10 Nov 2023 20:09:03 +0100 Subject: [PATCH] CI/CD => CodeQuality: change directory --- NodeApp/.gitlab-ci/04_stageCodeQuality.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NodeApp/.gitlab-ci/04_stageCodeQuality.yml b/NodeApp/.gitlab-ci/04_stageCodeQuality.yml index 741c353..9fda59d 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 -- GitLab