Commit 0dfbe7699e10a4e68859eba6a878524002bdb5c5

Guillem Jover 2023-02-17T22:28:45

build: Switch to debian:latest Docker image This should always point to the latest Debian stable images.

1
2
3
4
5
6
7
8
9
10
11
12
13
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