From 39bd05987b25747cec773d07fa6b680b08657152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Del=20Pino?= <stephane.delpino44@gmail.com> Date: Tue, 7 May 2019 08:27:52 +0200 Subject: [PATCH] Improve ctest output on failure when running CI --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f8382f8d..4d51583d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,9 @@ stages: - test - deploy +variables: + - CTEST_OUTPUT_ON_FAILURE: 1 + build:gcc8-seq-dbg: image: localhost:5000/ubuntu_gcc8 stage: build -- GitLab