diff --git a/Defaults.gitlab-ci.yml b/Defaults.gitlab-ci.yml
index 6f8e7a4d627e00ca6664b6babd653ec34a2308f0..eadb3dd2d5450ce3364011ad4244a1eeb4827682 100644
--- a/Defaults.gitlab-ci.yml
+++ b/Defaults.gitlab-ci.yml
@@ -39,3 +39,22 @@ production_manual:
 .timed_rollout_template: &timed_rollout_template
   rules:
     - when: never
+
+##########################################################################################################
+
+### OVERRIDE DEFAULTS
+
+build:
+  retry: 2
+
+test:
+  retry: 2
+
+code_quality:
+  retry: 2
+
+container_scanning:
+  retry: 2
+
+secret_detection:
+  retry: 2