diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 294fdb423f225569a009f9ff0dc0d8d4eb1c6ca0..e239a18f7c0d5db117b90e7527f04d7a306ab97c 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