From b7711e474f3f3c3a722e071b224793ca57ab3bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Fri, 14 Sep 2018 19:54:35 +0200 Subject: [PATCH] CI: remove redundant output --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a8cce80f..112066b24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,6 @@ testsuite_matlab: - autoreconf -si - './configure --disable-octave --with-matlab=$(dirname $(dirname $(readlink -f `which matlab`))) MATLAB_VERSION=$(echo version | matlab -nodesktop -nodisplay -nosplash 2>/dev/null | sed -En "/ans\ =/!d;n;n;s/^[^0-9]*([0-9]+\.[0-9]+).*$/\1/;p")' - make -j $(($(nproc) * 3 / 4)) -C tests check-matlab - - cat tests/run_test_matlab_output.txt artifacts: paths: - tests/*.m.log @@ -54,7 +53,6 @@ testsuite_matlab: - autoreconf -si - ./configure --disable-matlab - make -j $(nproc) -C tests check-octave - - cat tests/run_test_octave_output.txt artifacts: paths: - tests/*.o.log