From 87159eb637b98bf71f22fb1bb573e24e554fca7e Mon Sep 17 00:00:00 2001 From: Chris Witterholt Date: Fri, 28 Apr 2023 18:29:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml file: integrate audit job in test stage. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3751c5..284b61e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,12 @@ image: openlp/angular stages: - - audit - test - build - deploy audit: - stage: audit + stage: test script: - yarn install - yarn audit || true