diff --git a/docs/gitlab/drupal/index.md b/docs/gitlab/drupal/index.md
index 5539cb53bc3f525862ac14f4b338b4aaec280dd1..0898ab3fa392211e35f6a0935b1b4f403f7c9a06 100644
--- a/docs/gitlab/drupal/index.md
+++ b/docs/gitlab/drupal/index.md
@@ -719,7 +719,32 @@ Finally, we remove the directory we created above.
 
 #### .retry-for-system-issues
 
-#### .cache_default
+This little job ste the amount of retries to "2", when:
+
+- runner_system_failure
+- stuck_or_timeout_failure
+
+#### .cache_paths
+
+All internal jobs concerning cache will use this job here. It defines the paths:
+
+- .docker-init/
+- assets/
+- drush/
+- files/
+- keys/
+- settings/
+- vendor/
+- web/core/
+- web/libraries/
+- web/modules/contrib/
+- web/profiles/contrib/
+- web/sites/
+- web/themes/contrib/
+- .ahoy.yml
+- .env
+- docker-compose.yml
+
 
 ## Configuration