From 1067aea6ea0feb3fee2c43ee63cb66f20962e5c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joonas=20Sepp=C3=A4?= <joasep@utu.fi>
Date: Fri, 24 Jun 2022 06:36:00 +0300
Subject: [PATCH] CI-pipelinen korjausyritys 5

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d64b403..11a512e 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
-- 
GitLab