diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b593c478c8366e69402f8ba2bd7fa1e3288bc2fa..d2c27a221606c79d8eea3e80af117b37fb9de7b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,9 +31,9 @@ build-job: # This job runs in the build stage, which runs first. cache: - key: files: - - .ccache/stats + - .cache/ccache/stats paths: - - .ccache/ + - .cache/ccache/ artifacts: paths: - "bin/*"