ci: Cache the correct repository

This commit is contained in:
Johannes Meyer 2020-05-28 11:10:06 +02:00
parent ea3796f0c6
commit 53d65c0713

View File

@ -19,7 +19,7 @@ variables:
key: "${CI_JOB_NAME}" key: "${CI_JOB_NAME}"
paths: paths:
- ccache/ - ccache/
- 'icinga2.git' - 'icingaweb2.git'
artifacts: artifacts:
paths: paths:
- build/* - build/*