CI: Update image uris

This commit is contained in:
Jordan Petridis 2018-12-01 15:20:38 +02:00
parent 6f7e01e1e3
commit 06c76e1d63
No known key found for this signature in database
GPG key ID: 902CC06D159744F5
2 changed files with 2 additions and 4 deletions

View file

@ -11,10 +11,8 @@ stages:
test manifest:
variables:
GIT_STRATEGY: fetch
image: "fedora"
image: "registry.freedesktop.org/gstreamer/gst-ci/amd64/test-manifest:6f7e01e1e30a73efa880acdc8e911f1f20c58dbb"
stage: "preparation"
before_script:
- dnf install -y python3-pytest python3-pytest-cov python3-requests
script:
- pytest-3 --junitxml=junit.xml --cov=build_manifest gitlab/build_manifest.py
coverage: '/TOTAL.*\s+(\d+%)$/'

View file

@ -73,7 +73,7 @@ manifest:
build fedora x86_64:
extends: '.build'
stage: 'build'
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora:f085d34a32cb8cac95cbd420344efeaa647d08d5'
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora:6f7e01e1e30a73efa880acdc8e911f1f20c58dbb'
build android arm64 api28:
extends: '.build'