From 617ef2e11925f336184a5c4b52bd708d49170219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 16 Mar 2023 17:20:14 +0100 Subject: [PATCH] CI: use system-wide Octave binary (cherry picked from commit 72c81ac028822bd0985c5b03d1f61b501efbcbeb) --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f56211..288e2d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ variables: TERM: linux MATLAB_VERSION: R2022b OLD_MATLAB_VERSION: R2014a - OCTAVE_VERSION: 7.3.0 before_script: - git clone https://git.dynare.org/Dynare/m-unit-tests @@ -23,4 +22,4 @@ test_octave: variables: OPENBLAS_NUM_THREADS: 1 script: - - make check-octave OCTAVE=/usr/local/octave/$OCTAVE_VERSION/bin/octave + - make check-octave -- GitLab