ci: saperate aduit jobs from test stage

This commit is contained in:
Rainer Killinger
2020-02-06 13:06:37 +01:00
parent cdb8a6507d
commit 2a0dc812d8

View File

@@ -11,6 +11,7 @@ before_script:
stages:
- build
- test
- audit
- deploy
- publish
@@ -26,7 +27,7 @@ build:
expire_in: 1 week
audit:
stage: test
stage: audit
script:
- npm audit
allow_failure: true
@@ -34,7 +35,7 @@ audit:
- schedules
scheduled-audit:
stage: test
stage: audit
script:
- npm audit
only: