From 9b3e7280c611bc437e8f2cc299d306d40eb77b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Sepp=C3=A4?= <joasep@utu.fi> Date: Fri, 24 Jun 2022 06:33:53 +0300 Subject: [PATCH] CI-pipelinen korjausyritys 4 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 961c469..d64b403 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 -- GitLab