mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-17 22:47:16 -04:00
gitlab-ci: apt upgrade so that tests run with current updates
The MD5 signature stuff was failing in tests because the CI image was using a quite old version of Java's jarsigner, which had not yet disabled MD5.
This commit is contained in:
@@ -2,6 +2,7 @@ image: registry.gitlab.com/fdroid/ci-images:server-latest
|
||||
|
||||
test:
|
||||
script:
|
||||
- apt-get -qq update && apt-get -y dist-upgrade
|
||||
- mkdir -p /usr/lib/python3.4/site-packages/
|
||||
# workaround https://github.com/pypa/setuptools/issues/937
|
||||
- pip3 install setuptools==33.1.1
|
||||
|
||||
Reference in New Issue
Block a user