diff --git a/.artenolis.yml b/.artenolis.yml index 94212d11f5f176e1b250173e323669a915442485..cad92fa43d4c042b18e26a64aa1fa07e03153f5e 100644 --- a/.artenolis.yml +++ b/.artenolis.yml @@ -1,5 +1,3 @@ -image: schickling/octave - language: bash before_install: @@ -7,5 +5,5 @@ before_install: script: # launch the tests - - octave test/*.m + - /mnt/prince-data/MATLAB/$MATLAB_VER/bin/./matlab -nodesktop -nosplash < test/*.m