Add .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-02-27 13:49:49 +00:00
parent 46019faa9d
commit 8e36cc67bb
1 changed files with 9 additions and 0 deletions

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
image: node:10-slim
stages:
- build
build:
script:
- npm install
- npm build