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: 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
artifacts: artifacts:
paths: paths:
- test/my/report/dir/report.pdf - test/my/report/dir/report.pdf
@ -16,7 +16,7 @@ test_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
artifacts: artifacts:
paths: paths:
- test/my/report/dir/report.pdf - test/my/report/dir/report.pdf