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: