diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 666d59bf167787796fc75a381f7efea5f4a8f3c7..3a8cce80f1b47fb90bd780389133e1210d0f7505 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