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 image: openlp/angular
stages: stages:
- audit
- test - test
- build - build
- deploy - deploy
audit: audit:
stage: audit stage: test
script: script:
- yarn install - yarn install
- yarn audit || true - yarn audit || true