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
Tags
No related merge requests found
Pipeline #8522 passed
...@@ -8,7 +8,7 @@ before_script: ...@@ -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: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment