diff --git a/Release-Latest.gitlab-ci.yml b/Release-Latest.gitlab-ci.yml
index 550c54d36ccf1ce08a569650ddd94c61eba6736e..9d1e3de7e80a5bb9f15a970f24430fdb578bfdef 100644
--- a/Release-Latest.gitlab-ci.yml
+++ b/Release-Latest.gitlab-ci.yml
@@ -1,47 +1,10 @@
 include:
-  - project: 'gitlab/auto-devops'
-    file: 'Auto-DevOps.gitlab-ci.yml'
+  - project: 'tools/continuous-integration/auto-devops/defaults'
+    file: 'Defaults.gitlab-ci.yml'
     ref: main
 
 ##########################################################################################################
 
-## PIPELINE DEFINITION
-
-variables:
-  BROWSER_PERFORMANCE_DISABLED: 1
-  LOAD_PERFORMANCE_DISABLED: 1
-  REVIEW_DISABLED: 1
-
-##########################################################################################################
-
-### DISABLE RULES
-
-staging:
-  rules:
-    - when: never
-
-canary:
-  rules:
-    - when: never
-
-production:
-  rules:
-    - when: never
-
-production_manual:
-  rules:
-    - when: never
-
-.manual_rollout_template: &manual_rollout_template
-  rules:
-    - when: never
-
-.timed_rollout_template: &timed_rollout_template
-  rules:
-    - when: never
-
-##########################################################################################################
-
 ### CHANGE RULES
 
 test: