Update repositories before trying to install packages

This commit is contained in:
Georg Krause 2021-08-30 20:53:48 +02:00
parent e01ea2d800
commit cdad605bd5
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ build-bleeding-edge:
.deploy:
image: debian
before_script:
- apt -y install openssh-server
- apt update && apt -y install openssh-server
deploy-develop:
extends: .deploy