ci: Use the right path for the logs

The meson-logs directory is under the `_build` directory.
This commit is contained in:
Emmanuele Bassi 2018-03-01 17:23:14 +07:00
parent 3b45019ba2
commit b52da5682e

View File

@ -25,4 +25,4 @@ build:
when: on_failure
name: "gtk-${CI_COMMIT_REF_NAME}"
paths:
- "${CI_PROJECT_DIR}/_build_full/meson-logs"
- "${CI_PROJECT_DIR}/_build/meson-logs"