diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2020-09-08 17:31:02 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-09-08 17:31:02 +0100 |
commit | 0818af088b8418b4d69ed1fa745f6958d13cb9d2 (patch) | |
tree | 616635ca5f3c5090c7427558b8b52ff67ffdcc1e /.gitlab-ci.yml | |
parent | ff5b20456175798567a0bf644db51c4f01ad2980 (diff) |
ci: include template from gst-ci master branch again
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 944ad035..c61aa7a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1 +1 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/1.18/gitlab/ci_template.yml" +include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" |