From 2a44e5696909dcade907fa62ef0144b40b40eeae Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Thu, 1 Jun 2023 03:16:57 +0200 Subject: [PATCH] ci: re-enable valgrind tests --- utils/tests/gitlab-ci-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: