Commit 766c883e30b5f254a3352a5fd3c0540be9416b90

Guillem Jover 2021-02-07T10:35:57

build: Switch gitlab CI to use a Debian buster

1
2
3
4
5
6
7
8
9
10
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d6dbb6..e784272 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: debian:stretch
+image: debian:buster
 
 test:
   before_script: