From c7994d7fdf978d7a93f0c5a438bf31c37d3937bc Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sat, 19 Mar 2022 09:17:31 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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