diff --git a/test/gw-ci/CMakeLists.txt b/test/gw-ci/CMakeLists.txt index 099bd4d68..1be21292b 100644 --- a/test/gw-ci/CMakeLists.txt +++ b/test/gw-ci/CMakeLists.txt @@ -69,8 +69,7 @@ function(add_cycling_tests pslot YAML_PATH HOMEgfs RUNTESTS PROJECT_SOURCE_DIR T endforeach() endfunction() -option(RUN_GW_CI "Enable the global-workflow CI tests" OFF) -if (RUN_GW_CI) +if (WORKFLOW_TESTS) # Setup the environement set(HOMEgfs ${CMAKE_SOURCE_DIR}/../../..) set(RUNTESTS ${CMAKE_CURRENT_BINARY_DIR}/../../test/gw-ci)