From 41e979e1e41c5a5cf20707e7034d2a7d582dd35d Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 29 Jun 2020 16:47:52 +0300 Subject: [PATCH] citemplate: remove tag restriction for docker builds jobs There isn't anything particular that needs to be on the gstreamer runners, and the other shared runners should be able to handle them fine. Part-of: --- gitlab/ci_template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 8da024f..e8cdce3 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -173,7 +173,6 @@ variables: image: "$CI_REGISTRY/freedesktop/ci-templates/buildah:2020-03-24" extends: - '.global_ci_policy' - tags: ['gstreamer'] rules: - when: 'always' variables: -- 2.7.4