Skip to content
Snippets Groups Projects
Commit 911217a1 authored by Markus Kaarto's avatar Markus Kaarto
Browse files

add gitlab ci poc

parent db1d7290
No related branches found
No related tags found
No related merge requests found
default:
image: node:12.16.1
cache:
paths:
- node_modules/
- .yarn
before_script:
- apt-get update -qq && apt-get install
build:
script:
- yarn install && yarn test && yarn build
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