Skip to content
Snippets Groups Projects
Verified Commit c0c11c19 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: adpat for new location of MATLAB binaries

(cherry picked from commit 9c1a33c6)
parent 1859e4da
No related merge requests found
Pipeline #8525 passed
...@@ -10,12 +10,12 @@ before_script: ...@@ -10,12 +10,12 @@ before_script:
test_matlab: test_matlab:
stage: test stage: test
script: script:
- make check-matlab MATLAB=/usr/local/MATLAB/$MATLAB_VERSION/bin/matlab - make check-matlab MATLAB=/opt/MATLAB/$MATLAB_VERSION/bin/matlab
test_old_matlab: test_old_matlab:
stage: test stage: test
script: script:
- make check-matlab MATLAB=/usr/local/MATLAB/$OLD_MATLAB_VERSION/bin/matlab - make check-matlab MATLAB=/opt/MATLAB/$OLD_MATLAB_VERSION/bin/matlab
test_octave: test_octave:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment