From f2432f7fa49eebb36b7453c86941aee14d89c54b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 29 Jun 2017 19:53:15 +0200 Subject: [PATCH] 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. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2