From a659ed8f2ed5befd8ce449a510fa08bb4a2e2aee Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 1 May 2019 09:50:58 -0400 Subject: [PATCH] gitlab: Check bugs resolutions when running the validate/ges testsuite --- gitlab/ci_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index adaa80a386..b8c20ad850 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -186,7 +186,7 @@ integration testsuites fedora: before_script: - rm -f gst-build/build/subprojects/gstreamer-vaapi/gst/vaapi/libgstvaapi.so variables: - EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures" + EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --check-bugs" TEST_SUITE: "validate ges" except: variables: