Skip to content
Snippets Groups Projects
Commit 5180f9c1 authored by Albin Henriksson's avatar Albin Henriksson
Browse files

#2: tried changing folder before building

parent b1d7e88d
No related branches found
No related tags found
2 merge requests!8Issue/2 test front end,!6Issue/2 test front end
...@@ -8,6 +8,7 @@ stages: ...@@ -8,6 +8,7 @@ stages:
install: install:
stage: install stage: install
script: script:
- cd client
- npm install - npm install
artifacts: artifacts:
name: "artifacts" name: "artifacts"
...@@ -20,6 +21,7 @@ install: ...@@ -20,6 +21,7 @@ install:
build: build:
stage: build stage: build
script: script:
- cd client
- CI=false npm run build - CI=false npm run build
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment