diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ce4720491a26f54baf895e14ea1feb5fe3aa5da..3f6bfc013b4e7043e83de1a94a92ef9b85ae7484 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,7 @@ stages: - cd "$PROJECT_PATH_IN_WORKSPACE/build" - ctest . || true - ctest --rerun-failed --output-on-failure . || true - - cat Temporary/LastTest.log || true + - cat Testing/Temporary/LastTest.log || true # Once again to make the job fail if an error occurs. - ctest .