From 21584e46105d0f358ee41baa7ad75a7da3d70386 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 17 Mar 2020 21:38:34 -0400 Subject: [PATCH] ci: Fix gstreamer-full job to run in gst-build It was set to gst-omx by accident instead. --- 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 dd3ea3ea4e..39f7ff340e 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -254,7 +254,7 @@ gstreamer-full: -Dauto_features=disabled -Dgst-plugins-good:alpha=enabled EXCEPT_PROJECT_REGEX: '' - ONLY_PROJECT_REGEX: '/^(gst-omx|gst-ci)$/' + ONLY_PROJECT_REGEX: '/^(gst-build|gst-ci)$/' after_script: - cd gst-build/ - ninja -C build install