ci: replace test with audit job

This commit is contained in:
Karl-Philipp Wulfert
2018-11-29 12:57:47 +01:00
parent fd9fd8dbd9
commit 9b8c960144

View File

@@ -19,13 +19,10 @@ build:
script:
- npm run build
test:
audit:
stage: test
script:
- npm test
artifacts:
paths:
- coverage
- npm audit
pages:
stage: deploy