diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-09-17 16:44:56 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-09-17 17:24:19 +0530 |
commit | 9444362978d514dbea2f623532fcb6c52bcb48f3 (patch) | |
tree | 8560d98efb37202f98edacd5b1132ea743a5433c /.gitlab-ci.yml | |
parent | 113c7d807e6fa823aec0c3620b5852b01d51cf53 (diff) |
ci: Try to fix MSVC deps job
This needs to be tested by being merged into the 'gstreamer'
namespace's master branch.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/602>
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 c61aa7a5..107ec4b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1 +1 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" +include: "https://gitlab.freedesktop.org/nirbheek/gst-ci/raw/fix-msvc-deps-job/gitlab/ci_template.yml" |