ci: run tests

This commit is contained in:
Karl-Philipp Wulfert
2019-01-07 17:01:26 +01:00
parent e82f235616
commit cc1074b817

View File

@@ -15,16 +15,29 @@ stages:
- deploy
build:
tags:
- docker
stage: build
script:
- npm run build
test:
tags:
- docker
stage: test
script:
- npm test
audit:
tags:
- docker
stage: test
script:
- npm audit
pages:
tags:
- docker
stage: deploy
script:
- npm run documentation