Commit 2f17376e authored by Olivier Crête's avatar Olivier Crête Committed by Olivier Crête

gitlab-ci: No longer allow meson test failures

parent 31055980
...@@ -42,7 +42,6 @@ test autotools: ...@@ -42,7 +42,6 @@ test autotools:
test autotools valgrind: test autotools valgrind:
extends: test autotools extends: test autotools
allow_failure: true
script: script:
- ifconfig - ifconfig
- make check-valgrind - make check-valgrind
...@@ -168,7 +167,6 @@ build msvc x86: ...@@ -168,7 +167,6 @@ build msvc x86:
test meson: test meson:
stage: test stage: test
image: registry.freedesktop.org/libnice/libnice/centos7/meson-build image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
allow_failure: true
needs: needs:
- build meson - build meson
except: except:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment