diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9b1d5911..88d858910 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,4 +21,6 @@ fmt: cargo-test: stage: test script: + # TODO: we should omit fuse from cargo install chains + - apt update && apt fuse3 libfuse3-dev - cargo test --locked