Make cache key more unique across jobs
Currently the default cache:key
for the .debian_cache
job template is $CI_JOB_NAME
, which clashes with basically every other cache key, making it hard to combine caches from different templates.
We should make the cache key for debian at least Debian-specific, something like key: debian-$CI_JOB_NAME_SLUG
.