From 418347c341d1f8838f10236387a1eea4a00bbc9f Mon Sep 17 00:00:00 2001
From: Jonny Ngo Luong <jonnynl@stud.ntnu.no>
Date: Wed, 24 Mar 2021 09:48:45 +0100
Subject: [PATCH] c1

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca677be..7551781 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,18 +11,18 @@ install:
     - npm install
     - cd server && npm install && cd ..
     - pwd
-    - cd client && npm install
+    - cd ../client && npm install
 
 build:
   stage: build
   script:
     - cd server && npm run build && cd ..
     - pwd
-    - cd client && npm build
+    - cd ../client && npm build
 
 test:
   stage: test
   script:
     - cd server && npm test && cd ..
     - pwd
-    - cd client && npm test
\ No newline at end of file
+    - cd ../client && npm test
\ No newline at end of file
-- 
GitLab