ci: Fix path to test log

It changed when we switched to meson.
This commit is contained in:
Bastien Nocera 2021-09-07 12:52:29 +02:00
parent 68584d33f4
commit 02da4a2053

View file

@ -48,7 +48,7 @@ build_stable:
artifacts:
when: on_failure
paths:
- "${CI_PROJECT_DIR}/_build/src/test-suite.log"
- "${CI_PROJECT_DIR}/_build/meson-logs/"
check_abi:
before_script: