Update .gitlab-ci.yml file: add audit stage.

This commit is contained in:
Chris Witterholt 2023-04-28 18:13:53 +00:00
parent 555519faac
commit 4c1f4fb2e3

View File

@ -1,10 +1,19 @@
image: openlp/angular image: openlp/angular
stages: stages:
- audit
- test - test
- build - build
- deploy - deploy
audit:
stage: audit
script:
- yarn install
- yarn audit
except:
- tags
lint: lint:
stage: test stage: test
script: script: