Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 565a4455 authored by hhakim's avatar hhakim
Browse files

Fix cpp test report path issue.

Strangely the $(ls -d build_*) seems to fail sometimes as in https://gitlab.inria.fr/faustgrp/faust/-/jobs/3371149.
parent 93ac249d
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ ctest:
- linux
artifacts:
paths:
- $(ls -d build* | tail -1)/cpp_test_report.html
- build_FaustLinux/cpp_test_report.html
- ctest_coverage
when: always
expire_in: '6 months'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment