diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index fc9c61ce738dcd906ecd4a0f079535ea5f9075a6..9ea7408cd2013fd25d7c56cc75a6bb7dc5b9a509 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -4,12 +4,12 @@
 ## # The following are required to uses Dart and the Cdash dashboard
 ##   ENABLE_TESTING()
 ##   INCLUDE(CTest)
-set(CTEST_PROJECT_NAME "HQR")
+set(CTEST_PROJECT_NAME "hqr")
 set(CTEST_NIGHTLY_START_TIME "00:00:00 GMT")
 
-set(CTEST_DROP_METHOD "http")
-set(CTEST_DROP_SITE "cdash.inria.fr")
-set(CTEST_DROP_LOCATION "/CDash/submit.php?project=hqr")
+set(CTEST_DROP_METHOD "https")
+set(CTEST_DROP_SITE "cdash-ci.inria.fr")
+set(CTEST_DROP_LOCATION "/submit.php?project=hqr")
 set(CTEST_DROP_SITE_CDASH TRUE)
 
 #--------------------------------------------------------------------