build: Switch to debian:latest Docker image This should always point to the latest Debian stable images.
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e9d6b80..18582ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@
- gcovr -s -e test/
.debian:
- image: debian:buster
+ image: debian:latest
stage: test
before_script:
- apt-get update -qq