Skip to content
Snippets Groups Projects

Issue/2 test front end

Merged Albin Henriksson requested to merge issue/2-test-front-end into dev
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
  • 5180f9c1
    #2: tried changing folder before building · 5180f9c1
    Albin Henriksson authored
+ 2
0
@@ -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:
Loading