diff --git a/cumulus/.gitlab-ci.yml b/cumulus/.gitlab-ci.yml index 6aa6ab98fd..80a9e42b9e 100644 --- a/cumulus/.gitlab-ci.yml +++ b/cumulus/.gitlab-ci.yml @@ -41,6 +41,15 @@ variables: #### stage: test +cargo-audit: + stage: test + <<: *docker-env + except: + - /^[0-9]+$/ + script: + - cargo audit + allow_failure: true + test-linux-stable: stage: test <<: *docker-env