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