diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-09-18 01:08:47 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-09-18 01:48:53 +0530 |
commit | 1712b086182856a20557d0acf019ea30eb052286 (patch) | |
tree | d95d93d0c3558a0f5b5619f4a5d3b52c2fbcb6cc /.gitlab-ci.yml | |
parent | 9444362978d514dbea2f623532fcb6c52bcb48f3 (diff) |
ci: Switch back to master for the CI template
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/603>
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 107ec4b1..c61aa7a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1 +1 @@ -include: "https://gitlab.freedesktop.org/nirbheek/gst-ci/raw/fix-msvc-deps-job/gitlab/ci_template.yml" +include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" |