From f1dbd8beac030541fb709450fa2c7eb86c148ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=28Charybdis=29?= Date: Thu, 13 Sep 2018 18:24:11 +0200 Subject: [PATCH] Add tests/run_test_{matlab,octave}_output.txt in testsuite articfacts. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e6be00e7..ce0e43a66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,7 @@ testsuite_matlab: - cat tests/run_test_matlab_output.txt artifacts: paths: + - tests/run_test_matlab_output.txt - tests/*.m.log - tests/*.m.trs - tests/*/*.m.log @@ -57,6 +58,7 @@ testsuite_matlab: - cat tests/run_test_octave_output.txt artifacts: paths: + - tests/run_test_octave_output.txt - tests/*.o.log - tests/*.o.trs - tests/*/*.o.log