CI: adapt for new location of MATLAB binaries

remove-priordens
Sébastien Villemot 2023-05-30 15:53:17 +02:00
parent 5642e994fc
commit e14c59384d
1 changed files with 2 additions and 2 deletions

View File

@ -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