diff --git a/utils/tests/gitlab-ci-daily.yml b/utils/tests/gitlab-ci-daily.yml index f425c439f..c6fbc9e85 100644 --- a/utils/tests/gitlab-ci-daily.yml +++ b/utils/tests/gitlab-ci-daily.yml @@ -25,7 +25,7 @@ - if [[ "$CI_JOB_STAGE" == "build" ]]; then ./ns3 build; fi - - if [[ "$CI_JOB_STAGE" == "test" ]] || [[ "$FORCE_TESTS" == "True" ]]; + - if [[ "$CI_JOB_STAGE" == "test" ]] || [[ "$FORCE_TESTS" == "Force" ]]; then ./test.py -n $VALGRIND_FLAG $FULLNESS; fi cache: