From d612e3896634c51b6b7324c048cf4206141ebee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 8 Sep 2021 14:18:01 +0200 Subject: [PATCH] CI: automatically run the testsuite against MATLAB R2014a --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c6caf1b0a..488b23e4b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,7 +139,6 @@ test_old_matlab: - make -C mex/build/matlab clean - make -j $(nproc) -C mex/build/matlab - make -j $(($(nproc) * 3 / 4)) -C tests check-matlab - when: manual test_octave: stage: test -- GitLab