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

CI: adapt for new location of MATLAB binaries

parent 5d7f7e0c
Branches
No related tags found
No related merge requests found
Pipeline #8522 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