Update .gitlab-ci.yml file: integrate audit job in test stage.

This commit is contained in:
Chris Witterholt 2023-04-28 18:29:21 +00:00
parent c9858eda89
commit 87159eb637
1 changed files with 1 additions and 2 deletions

View File

@ -1,13 +1,12 @@
image: openlp/angular
stages:
- audit
- test
- build
- deploy
audit:
stage: audit
stage: test
script:
- yarn install
- yarn audit || true