From 5180f9c1fea39182f30fdb49f4be4c38013167ff Mon Sep 17 00:00:00 2001 From: Albin Henriksson <albhe428@student.liu.se> Date: Tue, 16 Feb 2021 11:00:10 +0100 Subject: [PATCH] #2: tried changing folder before building --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e8be239..693d8d01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ stages: install: stage: install script: + - cd client - npm install artifacts: name: "artifacts" @@ -20,6 +21,7 @@ install: build: stage: build script: + - cd client - CI=false npm run build artifacts: paths: -- GitLab