From cfbeb9a12d6b859c4a1321225fab010a7f2f5046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 16 Mar 2023 17:17:19 +0100 Subject: [PATCH] CI: use system-wide Octave binary --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31a599c..300ef26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ variables: MATLAB_VERSION: R2022b OLD_MATLAB_VERSION: R2014a - OCTAVE_VERSION: 7.3.0 before_script: - git clone https://git.dynare.org/Dynare/dseries.git @@ -25,7 +24,7 @@ test_old_matlab: test_octave: stage: test script: - - make check-octave OCTAVE=/usr/local/octave/$OCTAVE_VERSION/bin/octave + - make check-octave artifacts: paths: - test/my/report/dir/report.pdf -- GitLab