diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e983636ecb..ef68b99844 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ -image: mvdan/fdroid-ci:latest +image: mvdan/fdroid-ci:20160316 before_script: - - apt-get update && apt-get install -y python3 python3-yaml - rm -rf fdroidserver - git clone https://gitlab.com/fdroid/fdroidserver.git --depth=1 - export PATH="$PWD/fdroidserver:$PATH"