Skip to content
Snippets Groups Projects
Commit 8c5aab1a authored by Kasper Seweryn's avatar Kasper Seweryn :pancakes:
Browse files

Fix GitLab CI

parent 0341259e
Branches
Tags
1 merge request!1Implement all components
Pipeline #23224 failed
...@@ -5,7 +5,7 @@ stages: ...@@ -5,7 +5,7 @@ stages:
default: default:
image: node:16-slim image: node:16-slim
before_script: before_script:
- yarn install - yarn install
build: build:
...@@ -17,11 +17,13 @@ pages: ...@@ -17,11 +17,13 @@ pages:
script: yarn docs:build script: yarn docs:build
artifacts: artifacts:
paths: paths:
- public - dist/docs
test: test:
script: yarn test script: yarn test
artifacts: artifacts:
reports: reports:
junit: junit.xml junit: junit.xml
cobertura: coverage/cobertura-coverage.xml coverage_report:
coverage_format: cobertura
path: coverage/cobertura-coverage.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment