Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-28 18:19:25 +00:00
parent 242a6e17a6
commit 6cf7506485
1 changed files with 2 additions and 0 deletions

View File

@ -9,10 +9,12 @@ image: "rust:latest"
variables: variables:
CARGO_HOME: $CI_PROJECT_DIR/cargo CARGO_HOME: $CI_PROJECT_DIR/cargo
APT_CACHE_DIR: $CI_PROJECT_DIR/apt
cache: cache:
key: all key: all
paths: paths:
- apt/
- cargo/ - cargo/
- target/ - target/