From: Ondřej Surý Date: Fri, 24 Apr 2020 15:00:39 +0000 (+0200) Subject: Run recheck in case some system test fails X-Git-Tag: v9.17.2~121^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85d0b4bcf05d6b9d8ceaf8da8cbdb5b10f633426;p=thirdparty%2Fbind9.git Run recheck in case some system test fails --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0b410cc5c1..0565580d992 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -258,7 +258,7 @@ stages: - *setup_softhsm script: - cd bin/tests/system - - make -j${TEST_PARALLEL_JOBS:-1} -k check V=1 + - make -j${TEST_PARALLEL_JOBS:-1} -k check V=1 || make -j${TEST_PARALLEL_JOBS:-1} -k recheck V=1 after_script: - cat bin/tests/system/test-suite.log