diff --git a/kolla/common/config.py b/kolla/common/config.py
index 9e9e2332b7a1e37d8fedb7bf500eb074b5e8e41e..6dd0de29a4c60a9e0889ec1962f58ec7479e895e 100644
--- a/kolla/common/config.py
+++ b/kolla/common/config.py
@@ -19,7 +19,7 @@ from kolla import version
 
 
 RDO_MIRROR = "http://trunk.rdoproject.org/centos7"
-DELOREAN = "{}/current/delorean.repo".format(RDO_MIRROR)
+DELOREAN = "{}/current-passed-ci/delorean.repo".format(RDO_MIRROR)
 DELOREAN_DEPS = "{}/delorean-deps.repo".format(RDO_MIRROR)
 INSTALL_TYPE_CHOICES = ['binary', 'source', 'rdo', 'rhos']