diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58cd6bcc640178dcb3ec7b7b81b2f453abfe9657..b83712ebecdc86cca849a9983c9e204f2da33355 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,28 +24,28 @@ stages: test-debian: extends: .test-common - image: registry.videolan.org/dav1d-debian-unstable:20231113190023 + image: registry.videolan.org/dav1d-debian-unstable:20240406142551 tags: - docker - amd64 test-debian-aarch64: extends: .test-common - image: registry.videolan.org/dav1d-debian-bookworm-aarch64:20231018041418 + image: registry.videolan.org/dav1d-debian-bookworm-aarch64:20240401050239 tags: - docker - aarch64 test-debian-ppc64le: extends: .test-common - image: registry.videolan.org/dav1d-debian-unstable-ppc64le:20231020040221 + image: registry.videolan.org/dav1d-debian-unstable-ppc64le:20240401050321 tags: - docker - ppc64le test-debian-armv7-clang-5: extends: .test-common - image: registry.videolan.org/dav1d-debian-bookworm-armv7:20231018042237 + image: registry.videolan.org/dav1d-debian-bookworm-armv7:20240401050040 tags: - docker - armv7