From 0fe22e70e37a51a352c6fe36ed07931447e6e4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 14 Sep 2018 19:48:15 +0200 Subject: [PATCH] Revert "Add tests/run_test_{matlab,octave}_output.txt in testsuite articfacts." This reverts commit f1dbd8beac030541fb709450fa2c7eb86c148ccf. The files were already added in 8400a952d. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 666d59bf16..3a8cce80f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,6 @@ 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 @@ -58,7 +57,6 @@ 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 -- GitLab