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

Fix GitLab CI

parent 0341259e
No related branches found
No related tags found
1 merge request!1Implement all components
Pipeline #23224 failed with stages
in 1 minute and 52 seconds
......@@ -5,7 +5,7 @@ stages:
default:
image: node:16-slim
before_script:
before_script:
- yarn install
build:
......@@ -17,11 +17,13 @@ pages:
script: yarn docs:build
artifacts:
paths:
- public
- dist/docs
test:
script: yarn test
artifacts:
reports:
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.
Finish editing this message first!
Please register or to comment