Skip to content
Snippets Groups Projects
Unverified Commit 4bdc965c authored by Leon Klingele's avatar Leon Klingele
Browse files

gitlab-ci: add basic CI

parent fc356ede
No related branches found
No related tags found
1 merge request!2gitlab-ci: add basic CI
Pipeline #9160 passed
image: node:latest
stages:
- test
- build
unit_tests:
stage: test
script:
- npm install
- CI=true npm test
build:
stage: build
script:
- npm install
- npm run build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment