From 44a378bf268a73e8208fd4dd1cac4e909b13b177 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 1 Feb 2019 14:51:48 +0100
Subject: [PATCH] Add Dynare++ journals to artifacts

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c8a3f618..598da3acf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,8 +51,10 @@ testsuite_matlab:
       - tests/*.m.trs
       - tests/*/*.m.log
       - tests/*/*.m.trs
+      - tests/*/*.jnl
       - tests/*/*/*.m.log
       - tests/*/*/*.m.trs
+      - tests/*/*/*.jnl
       - tests/run_test_matlab_output.txt
     when: always
   dependencies:
@@ -72,8 +74,10 @@ testsuite_matlab:
       - tests/*.o.trs
       - tests/*/*.o.log
       - tests/*/*.o.trs
+      - tests/*/*.jnl
       - tests/*/*/*.o.log
       - tests/*/*/*.o.trs
+      - tests/*/*/*.jnl
       - tests/run_test_octave_output.txt
     when: always
   dependencies:
-- 
GitLab