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