summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/ctest_test_external.cmake
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/ctest_test_external.cmake')
-rw-r--r--.gitlab/ci/ctest_test_external.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/ctest_test_external.cmake b/.gitlab/ci/ctest_test_external.cmake
index b31caa4..1b81da3 100644
--- a/.gitlab/ci/ctest_test_external.cmake
+++ b/.gitlab/ci/ctest_test_external.cmake
@@ -7,7 +7,7 @@ set(cmake_args
-C "${CMAKE_CURRENT_LIST_DIR}/configure_$ENV{CMAKE_CONFIGURATION}.cmake")
# Create an entry in CDash.
-ctest_start(Experimental TRACK "${ctest_track}")
+ctest_start(Experimental GROUP "${ctest_group}")
# Gather update information.
find_package(Git)