update gitlab-ci

This commit is contained in:
Johannes Loher 2020-12-23 20:07:28 +01:00
parent 4bfb80e6be
commit 5d89fbbd46

View file

@ -1,19 +1,24 @@
image: node:latest
stages:
- test
- test
lint:
stage: test
script:
- npm run lint
stage: test
before_script:
- npm install
script:
- npm run lint
compile:
stage: test
script:
- npm run build
#test:
# stage: test
# script:
# - npm test
stage: test
before_script:
- npm install
script:
- npm run build
# test:
# stage: test
# before_script:
# - npm install
# script:
# - npm test