ci: Use include syntax for files on the same gitlab instance
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 22 Sep 2022 12:31:10 +0000 (18:01 +0530)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 22 Sep 2022 16:59:05 +0000 (16:59 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3065>

.gitlab-ci.yml

index 03404f335782ce37cd3e8795f280328e26ea2a56..de38fd5df2d84699cf9c5509c27bebb9d4e14fcf 100644 (file)
@@ -1,6 +1,10 @@
 include:
-  - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/14731f78c23c7b523a85a26a068ade9ac1ecd2f3/templates/fedora.yml"
-  - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/14731f78c23c7b523a85a26a068ade9ac1ecd2f3/templates/debian.yml"
+  - project: 'freedesktop/ci-templates'
+    ref: 14731f78c23c7b523a85a26a068ade9ac1ecd2f3
+    file: '/templates/fedora.yml'
+  - project: 'freedesktop/ci-templates'
+    ref: 14731f78c23c7b523a85a26a068ade9ac1ecd2f3
+    file: '/templates/debian.yml'
   ###
   # IMPORTANT
   # These are the version tags for the docker images the CI runs against.