summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00cab6d..44e2ed2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,21 +91,11 @@ test meson:
test valgrind meson:
- stage: test
- image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
- allow_failure: true
- dependencies:
- - build meson
- except:
- - schedules
+ extends: test meson
script:
- ifconfig
- source scl_source enable rh-python36 && true
- meson test -C build/ --setup valgrind --print-errorlogs
- artifacts:
- when: on_failure
- paths:
- - build/meson-logs/
doc-and-install meson: