From b5a70703d9d61039e06a93d9475cbbd8c894e05e Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Wed, 4 Sep 2019 02:20:59 +0300 Subject: [PATCH] Use 'buster' image Signed-off-by: Vasilis Tsiligiannis --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7efdfe..436c80c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - deploy debian: stage: build - image: debian:stretch + image: debian:buster before_script: - apt-get update - apt-get install -y devscripts git-buildpackage @@ -26,7 +26,7 @@ debian: - artifacts deploy: stage: deploy - image: debian:stretch + image: debian:buster before_script: - apt-get update - apt-get install -y osc