summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-04-05 19:29:58 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-04-05 20:29:16 +0100
commit220c5166919c09969d436132270689cc67dbd3e5 (patch)
tree3d492a93d73fee7d3e86a066c6624eedc15fa9c4 /.gitlab-ci.yml
parentba07279c952718ac15fcf659fb2c21f512e86850 (diff)
downloadgtk+-220c5166919c09969d436132270689cc67dbd3e5.tar.gz
ci: Call the report script on failure as well
GitLab's CI will bail out at the first failure, which means the JSON-to-JUnit conversion script won't run unless it's part of the same script that we run for building an testing.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7fb6c16a1..f8019eb935 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,6 @@ fedora-x86_64:
stage: build
script:
- bash -x ./.gitlab-ci/test-docker.sh
- - python3 ./.gitlab-ci/meson-junit-report.py --project-name=gtk --job-id="${CI_JOB_NAME}" --output=_build/report.xml _build/meson-logs/testlog.json
artifacts:
when: always
reports: