From 1f6e38d95e0181c99edec4483a50fd5c482f922f Mon Sep 17 00:00:00 2001 From: Vladyslav Usenko Date: Mon, 15 Apr 2019 21:20:46 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b0a7f0..c14d1f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ compile: - export CCACHE_BASEDIR=${PWD} - export CCACHE_DIR=${PWD}/ccache cache: + key: bionic paths: - ccache/ script: @@ -44,6 +45,7 @@ compile_16_04: - export CCACHE_BASEDIR=${PWD} - export CCACHE_DIR=${PWD}/ccache cache: + key: xenial paths: - ccache/ script: