diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4ab457..369137e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ rust-latest: stage: build image: rust:latest script: + - rm .cargo/config - cargo build --verbose - cargo test --verbose