Skip to content
Snippets Groups Projects
Commit 8f6b89ab authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Gitlab CI: include test results at 2nd level of the filesystem hierarchy

parent 24cb1c07
Branches
Tags
No related merge requests found
......@@ -45,6 +45,8 @@ testsuite_matlab:
- tests/*.m.trs
- tests/*/*.m.log
- tests/*/*.m.trs
- tests/*/*/*.m.log
- tests/*/*/*.m.trs
- tests/run_test_matlab_output.txt
when: always
dependencies:
......@@ -64,6 +66,8 @@ testsuite_matlab:
- tests/*.o.trs
- tests/*/*.o.log
- tests/*/*.o.trs
- tests/*/*/*.o.log
- tests/*/*/*.o.trs
- tests/run_test_octave_output.txt
when: always
dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment