From 5b7829bffc886f9eabb212606d820fd7d7577b29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 10 Sep 2018 12:24:20 +0200
Subject: [PATCH] Update URLs for the move to GitLab

---
 tests/runalltests.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/runalltests.m b/tests/runalltests.m
index 144cf57..aff3685 100644
--- a/tests/runalltests.m
+++ b/tests/runalltests.m
@@ -8,7 +8,7 @@ install_unit_test_toolbox = false;
 try
     initialize_unit_tests_toolbox;
 catch
-    urlwrite('https://github.com/DynareTeam/m-unit-tests/archive/master.zip','master.zip');
+    urlwrite('https://git.dynare.org/Dynare/m-unit-tests/-/archive/master/m-unit-tests-master.zip','master.zip');
     warning('off','MATLAB:MKDIR:DirectoryExists');
     mkdir('../externals');
     warning('on','MATLAB:MKDIR:DirectoryExists');
-- 
GitLab