variables: MATLAB_VERSION: R2023b OLD_MATLAB_VERSION: R2014a before_script: - git clone https://git.dynare.org/Dynare/dseries.git test_matlab: stage: test script: - make check-matlab MATLAB=/opt/MATLAB/$MATLAB_VERSION/bin/matlab artifacts: paths: - test/my/report/dir/report.pdf test_old_matlab: stage: test script: - make check-matlab MATLAB=/opt/MATLAB/$OLD_MATLAB_VERSION/bin/matlab artifacts: paths: - test/my/report/dir/report.pdf test_octave: stage: test script: - make check-octave artifacts: paths: - test/my/report/dir/report.pdf