diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 284b61e..6f384d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,11 +9,12 @@ audit: stage: test script: - yarn install - - yarn audit || true + - yarn audit except: - tags + allow_failure: true -lint: +lint: stage: test script: - yarn install