diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c8a3f61840c090a9050c44255259c063b067a06..598da3acfabae5d953ae54878685904274e218cb 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: