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

CI: adpat for new location of MATLAB binaries

parent 0e275d75
No related branches found
No related tags found
No related merge requests found
......@@ -10,12 +10,12 @@ before_script:
test_matlab:
stage: test
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:
stage: test
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:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment