.gitlab-ci.yml: don't upgrade packages before build

We don't need the absolute latest versions. The Docker images are
updated regularly anyway.
This commit is contained in:
Andreas Schildbach 2023-03-15 13:05:53 +01:00
parent 5aa2c2e065
commit 1efd60ca26

View File

@ -2,7 +2,6 @@ image: debian:bullseye-slim
before_script:
- apt-get update
- apt-get -y upgrade
- apt-get -y install openjdk-11-jdk gradle
build: