diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2020-05-29 17:51:32 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-05-29 17:51:32 +0100 |
commit | a194f9b6e7b94272ad38654c097589a0a132b4e7 (patch) | |
tree | dbbe2ce9d9c7005e312254e4cbf6219f2b436ef6 /.gitlab-ci.yml | |
parent | 53a70ad01c53f69c483cad5062f242dc331c9f57 (diff) |
Revert to ci template from git master
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/491>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33c2b447..c61aa7a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,2 +1 @@ -# FIXME: revert to include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" -include: "https://gitlab.freedesktop.org/tpm/gst-ci/raw/validate-tarball-devtools/gitlab/ci_template.yml" +include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" |