Update .gitlab-ci.yml file

This commit is contained in:
Sebastian Hugentobler 2022-03-19 09:17:31 +00:00
parent 9b40d46f17
commit c7994d7fdf

View File

@ -13,7 +13,6 @@ test:
audit:
stage: test
before_script:
- apk --no-cache add musl-dev
- cargo install cargo-audit
- apk --no-cache add musl-dev cargo-audit
script:
- cargo audit