diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7de05c2b26f3c6d2514c5c0b4c878673bbbc20ff..d4ba54913784e89f0ae43b4c76fb00416e9a705e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ stages:
   - publish_pages
 
 cache:
-  key: "${CI_JOB_NAME}" # To keep cache across branches 
+  key: "maven-repository" # Static Cache Key to keep cache across branches 
   paths:
     - .m2/repository