diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 054ebb8..a9b3c97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file