diff --git a/scripts/jenkins/ci.cfg b/scripts/jenkins/ci.cfg
index 0cb8d7ea45e58517ce92eaa2314e04ba0a7035ea..602d1d960daad69e47ffaa7edfc1c94466184eb7 100644
--- a/scripts/jenkins/ci.cfg
+++ b/scripts/jenkins/ci.cfg
@@ -438,19 +438,14 @@ Enabled = 1
 GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtwebkit"
 GerritBranch = release
 
-[QtDesktopComponents_master_Integration]
+[QtQuickControls_dev_Integration]
 Enabled = 1
-GerritUrl = "ssh://codereview.qt-project.org:29418/playground/qtdesktopcomponents"
-GerritBranch = master
-
-[QtDesktopComponents_dev_Integration]
-Enabled = 1
-GerritUrl = "ssh://codereview.qt-project.org:29418/playground/qtdesktopcomponents"
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtquickcontrols"
 GerritBranch = dev
 
-[QtDesktopComponents_stable_Integration]
+[QtQuickControls_stable_Integration]
 Enabled = 1
-GerritUrl = "ssh://codereview.qt-project.org:29418/playground/qtdesktopcomponents"
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtquickcontrols"
 GerritBranch = stable
 
 [QtX11Extras_master_Integration]