speed up build with cache

This commit is contained in:
Christoph Haas 2025-06-06 23:19:59 +02:00
parent 3c593f183f
commit 12d2271f95

View file

@ -7,6 +7,14 @@ variables:
services: services:
- docker:20.10.16-dind - docker:20.10.16-dind
# Cache common dependencies to speed up builds
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/bundle
- tmp/cache
- .bundle
stages: stages:
- build - build
- test - test