From e31918ea70f63db39b3b7318d699d8ab5ed9e4ee Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Tue, 22 Jan 2019 22:12:13 +0100
Subject: [PATCH] change from octave to matlab

---
 .artenolis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.artenolis.yml b/.artenolis.yml
index 94212d1..cad92fa 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
 
-- 
GitLab