diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 6556f47829..d9e616f7b6 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -6,10 +6,11 @@ variables: GIT_STRATEGY: none manifest: - image: registry.freedesktop.org/gstreamer/gst-ci/amd64/alpine-manifest-build:latest + image: registry.freedesktop.org/thiblahute/gst-ci/amd64/alpine-manifest-build:latest stage: "manifest" script: - cd /gst-ci + - git fetch https://gitlab.freedesktop.org/thiblahute/gst-ci.git simple_manifest && git checkout FETCH_HEAD # REMOVEME! - gitlab/build_manifest.py --self-update - gitlab/build_manifest.py ${CI_PROJECT_DIR}/manifest.xml - cat ${CI_PROJECT_DIR}/manifest.xml