From 53bf6e28a6c00843b67591caa049aa76b17ca02e Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 8 Mar 2020 16:04:31 -0400 Subject: [PATCH] ci: Switch to testing image Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff5bbea51..531950364 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: debian:unstable +image: debian:testing before_script: - export DEBIAN_FRONTEND=noninteractive