From b1f9340f2239cfea0adb02faee9a84ec8dd4e018 Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@math.uio.no> Date: Sun, 24 Apr 2022 13:16:16 +0000 Subject: [PATCH] [ci][python] Run python tests twice to test reloading features The second run should be much faster since everything is already compiled --- .gitlab-ci/default.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/default.yml b/.gitlab-ci/default.yml index ce9026b5e2..7c622a8f7d 100644 --- a/.gitlab-ci/default.yml +++ b/.gitlab-ci/default.yml @@ -185,6 +185,7 @@ test python: source bin/testing/ci-setup-python-env.sh pushd build-cmake DUNE_LOG_LEVEL=DEBUG ctest --output-on-failure -L python + DUNE_LOG_LEVEL=DEBUG ctest --output-on-failure -L python popd else echo "No changes in the Python bindings/Python code detected: skipping tests." -- GitLab