Skip to content
Snippets Groups Projects
Commit c3612ca6 authored by Jendrik Wenke's avatar Jendrik Wenke :speech_balloon:
Browse files

fix gitlab ci

parent 5ac720c7
No related branches found
No related tags found
No related merge requests found
Pipeline #57042 failed
...@@ -6,6 +6,7 @@ stages: ...@@ -6,6 +6,7 @@ stages:
- build - build
install: install:
stage: install
script: script:
- npm ci - npm ci
cache: cache:
...@@ -13,10 +14,12 @@ install: ...@@ -13,10 +14,12 @@ install:
- node_modules/ - node_modules/
check: check:
stage: check
script: script:
- npm run check - npm run check
build: build:
stage: build
script: script:
- npm run build - npm run build
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment