From 13c98b256d8d42f62692aa9d48d379e897f2ca5e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 7 Apr 2020 11:52:48 +0200
Subject: [PATCH] Bump old MATLAB version to R2014a

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0bc8db5..3889639 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ test_matlab:
 test_old_matlab:
   stage: test
   variables:
-    MATLAB: /usr/local/MATLAB/R2009b/bin/matlab
+    MATLAB: /usr/local/MATLAB/R2014a/bin/matlab
   script:
     - make check-matlab
   artifacts:
-- 
GitLab