Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-02-27 13:51:11 +00:00
parent 8e36cc67bb
commit 66ef8c5c40
1 changed files with 0 additions and 4 deletions

View File

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