From: Hans-Christoph Steiner Date: Thu, 29 Jun 2017 17:53:15 +0000 (+0200) Subject: gitlab-ci: apt upgrade so that tests run with current updates X-Git-Tag: 0.8~29^2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f2432f7fa49eebb36b7453c86941aee14d89c54b;p=fdroidserver.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 571253af..d0e173d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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