build: Switch to debian:latest Docker image

This should always point to the latest Debian stable images.
This commit is contained in:
Guillem Jover 2023-02-17 22:28:45 +01:00
parent dec783dce5
commit 0dfbe7699e

View File

@ -10,7 +10,7 @@
- gcovr -s -e test/
.debian:
image: debian:buster
image: debian:latest
stage: test
before_script:
- apt-get update -qq