From be485c3115b0e74f83e4ea086df07390e2c1e0b7 Mon Sep 17 00:00:00 2001 From: Jonny Ngo Luong <jonnynl@stud.ntnu.no> Date: Wed, 24 Mar 2021 09:46:25 +0100 Subject: [PATCH] c --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2c6abd..ca677be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,16 +10,19 @@ install: script: - npm install - cd server && npm install && cd .. + - pwd - cd client && npm install build: stage: build script: - cd server && npm run build && cd .. + - pwd - cd client && npm build test: stage: test script: - cd server && npm test && cd .. + - pwd - cd client && npm test \ No newline at end of file -- GitLab