From 7fcdb1c28f48f497e66088872fc996dc7e6de0c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Thu, 28 Mar 2019 18:02:01 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0240428..fefb5ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,12 @@ image: "rust:latest" #- apt-get update -yqq #- apt-get install -yqq mingw-w64 +cache: + key: ${CI_COMMIT_REF_SLUG} + paths: + - target/ + + stages: - test - build