From 567cfb2c4fa7298309e3343099fc692f73f0b2d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 27 Aug 2019 11:30:29 +0200 Subject: [PATCH] The dates module is now part of dseries --- .gitlab-ci.yml | 1 - test/runtest.m | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84c53bf..30a06d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ before_script: - git clone https://git.dynare.org/Dynare/dynare.git - - git clone https://git.dynare.org/Dynare/dates.git - git clone https://git.dynare.org/Dynare/dseries.git testsuite_matlab: diff --git a/test/runtest.m b/test/runtest.m index af20f43..53d51ca 100644 --- a/test/runtest.m +++ b/test/runtest.m @@ -16,7 +16,6 @@ % along with Dynare. If not, see <http://www.gnu.org/licenses/>. addpath('../dynare/matlab/utilities/general') -addpath('../dates/src') addpath('../dseries/src') addpath('../src') @@ -27,4 +26,4 @@ db_q = dseries('db_q.csv'); dc_a = dseries('dc_a.csv'); dc_q = dseries('dc_q.csv'); -createReport(dc_a, dc_q, db_a, db_q); \ No newline at end of file +createReport(dc_a, dc_q, db_a, db_q); -- GitLab