From 68b25ed1c6f26003d9effdaa638c2eae8a57cd4f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 22 Dec 2020 12:20:54 +0100
Subject: [PATCH] CI: stick to version of m-unit-tests compatible with MATLAB
 R2009b

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7227358..23d5ea6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,7 @@ variables:
 
 before_script:
   - git clone https://git.dynare.org/Dynare/m-unit-tests
+  - cd m-unit-tests && git checkout 371f3f0e6ec209b4277a2fd7911ccf80570d7473 && cd ..
 
 test_matlab:
   stage: test
-- 
GitLab