Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -231,12 +231,12 @@ fmt:coverity: .testmod: extends: .test script: - ctest -R modules/ --no-compress-output --test-action Test - ctest -R modules/ --repeat until-pass:2 --no-compress-output --test-action Test .testcore: extends: .test script: - ctest -R core/ --no-compress-output --test-action Test - ctest -R core/ --repeat until-pass:2 --no-compress-output --test-action Test # Test if examples still execute fine: Loading @@ -248,7 +248,7 @@ examples: - job: cmp:cc7-gcc artifacts: true script: - ctest -R examples/ --no-compress-output --test-action Test - ctest -R examples/ --repeat until-pass:2 --no-compress-output --test-action Test # LXPLUS mod:lxplus-gcc: Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -231,12 +231,12 @@ fmt:coverity: .testmod: extends: .test script: - ctest -R modules/ --no-compress-output --test-action Test - ctest -R modules/ --repeat until-pass:2 --no-compress-output --test-action Test .testcore: extends: .test script: - ctest -R core/ --no-compress-output --test-action Test - ctest -R core/ --repeat until-pass:2 --no-compress-output --test-action Test # Test if examples still execute fine: Loading @@ -248,7 +248,7 @@ examples: - job: cmp:cc7-gcc artifacts: true script: - ctest -R examples/ --no-compress-output --test-action Test - ctest -R examples/ --repeat until-pass:2 --no-compress-output --test-action Test # LXPLUS mod:lxplus-gcc: Loading