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: script:
- npm run build - npm run build
test: audit:
stage: test stage: test
script: script:
- npm test - npm audit
artifacts:
paths:
- coverage
pages: pages:
stage: deploy stage: deploy