From be70dc373565e1d81adb3e0c60fc5050d0cc993d Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 27 Mar 2019 13:26:17 +1100 Subject: [PATCH] gitlab: disable check target in gst-examples Not particularly useful there --- gitlab/ci_template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index dea8fe1b49..76189c50e3 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -252,6 +252,7 @@ build_disable_debug fedora x86_64: except: variables: - $CI_PROJECT_NAME == "cerbero" + - $CI_PROJECT_NAME == "gst-examples" .test fedora x86_64: image: $FEDORA_IMAGE