diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 164059751..bd9d7d071 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,13 @@ image: rust:latest +cache: + key: cargo + paths: + - target/ + - cargo/ +variables: + CARGO_HOME: $CI_PROJECT_DIR/cargo + stages: - test - pages