Skip to content
Snippets Groups Projects
Commit 23f48be9 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

CI: Add GitLab CI

parent 003a547d
No related branches found
No related tags found
No related merge requests found
image: node:13.3.0
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
build:
stage: build
script:
- yarn
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