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:
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:
......
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