diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e8be239a4657dc2fca6b384491a7cf248647096..693d8d01e863b7cf96cb3ab6a020f8a911cf88df 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: