diff --git a/tasks/gitlab-runner.yml b/tasks/gitlab-runner.yml index 60adf94..04e3e16 100644 --- a/tasks/gitlab-runner.yml +++ b/tasks/gitlab-runner.yml @@ -63,7 +63,7 @@ disable_entrypoint_overwrite = false oom_kill_disable = false disable_cache = false - volumes = ["/certs/client", "/var/run/docker.sock:/var/run/docker.sock:rw", "/cache", "/builds:/builds"] + volumes = ["/certs/client", "/var/run/docker.sock:/var/run/docker.sock:rw", "/cache:/cache", "/builds:/builds"] shm_size = 0 pull_policy = ["always", "if-not-present"] notify: 'gitlab-runner-restart'