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

CI: adapt for new location of MATLAB binaries

(cherry picked from commit 8800d445)
parent 48649472
No related branches found
No related tags found
No related merge requests found
Pipeline #8526 passed
......@@ -8,7 +8,7 @@ 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
artifacts:
paths:
- test/my/report/dir/report.pdf
......@@ -16,7 +16,7 @@ test_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
artifacts:
paths:
- test/my/report/dir/report.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment