From c5879d3249943e2633e529bb7eefc7c3736a7421 Mon Sep 17 00:00:00 2001 From: Tomas Pecka <peckato1@fit.cvut.cz> Date: Sun, 3 Feb 2019 11:32:19 +0100 Subject: [PATCH] CI: Be verbose on test failures --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 294fdb423f..e239a18f7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,7 +122,7 @@ build:doc: stage: test script: - cd release - - make test + - make CTEST_OUTPUT_ON_FAILURE=1 test # temporary until make tests manages all tests - mkdir bin - cd bin -- GitLab