Skip to content
Snippets Groups Projects
Commit 070f17c6 authored by Jan Bernoth's avatar Jan Bernoth
Browse files

Fixed errors in gitlab ci

parent 3400af5f
No related branches found
No related tags found
No related merge requests found
Pipeline #97197 failed
image: node:latest
stages:
- build
......@@ -7,11 +5,12 @@ before_script:
- npm install
build:
image: node:latest
stage: build
script:
- npm run build
- cp -r ./dist/ ./public/
artifacts:
paths:
- public
artifacts:
paths:
- public
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