diff --git a/continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/castor.repo b/continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/castor.repo
index 8a254f3e24829fb45ec6a8e384c779df68b957c8..26b53192fedd96c5a1c4963217b332eff49f7256 100644
--- a/continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/castor.repo
+++ b/continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/castor.repo
@@ -3,4 +3,4 @@ name=CASTOR Repositories in LINUXSOFT
 baseurl=http://linuxsoft.cern.ch/internal/repos/castor7-testing/$basearch/os
 enabled=0
 gpgcheck=0
-priority=1
+priority=2
diff --git a/continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/cta-ci.repo b/continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/cta-ci.repo
new file mode 100644
index 0000000000000000000000000000000000000000..60860de5ce4c417c3f2169d718826a3c0914a370
--- /dev/null
+++ b/continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/cta-ci.repo
@@ -0,0 +1,34 @@
+[cta-ci-castor]
+name=CTA CI repo castor cache
+baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/castor/
+priority=2
+gpgcheck=0
+enabled=1
+
+[cta-ci-ceph]
+name=CTA CI repo ceph cache
+baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/ceph/
+priority=3
+gpgcheck=0
+enabled=1
+
+[cta-ci-eos]
+name=CTA CI repo eos cache
+baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/eos/
+priority=4
+gpgcheck=0
+enabled=1
+
+[cta-ci-others]
+name=CTA CI repo any additional needed RPM cache
+baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/others/
+priority=4
+gpgcheck=0
+enabled=1
+
+[cta-ci-xroot]
+name=CTA CI repo xroot cache
+baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/xroot/
+priority=4
+gpgcheck=0
+enabled=1