diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52aec121a4..3197e76fcf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -900,12 +900,12 @@ valgrind ges: - ninja -C build/ update_girs # Ignore modifications to wrap files made by meson - - git checkout subprojects/*.wrap + - git checkout $(git ls-files 'subprojects/*.wrap') - ./ci/scripts/check-diff.py "gir files" - ./gst-env.py ninja -C build/ plugins_doc_caches # Ignore modifications to wrap files made by meson - - git checkout subprojects/*.wrap + - git checkout $(git ls-files 'subprojects/*.wrap') - ./ci/scripts/check-diff.py - export GI_TYPELIB_PATH=$PWD/girs