From 0cf027f2e1191accc8c939ac5c1b9f8d631a429d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Thu, 11 Aug 2022 09:53:59 +0200 Subject: [PATCH] Re-do CI output on failure --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e279e211e..b54f8c458 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,7 +100,7 @@ stages: - cd build - cmake -DCMAKE_BUILD_TYPE=release .. - make -j$(nproc) - - ctest --output-on-failure -j$(nproc) + - ctest -j$(nproc) - make install .build_and_test_template: &build_and_test_definition @@ -109,7 +109,7 @@ stages: - cd build - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON -DBUILD_DEMOS=OFF .. - make -j$(nproc) - - ctest -j$(nproc) + - ctest --output-on-failure -j$(nproc) - make install ############ LICENSE HEADERS ############ -- GitLab