diff options
author | Jochen Sprickerhof <git@jochen.sprickerhof.de> | 2022-12-21 10:52:35 +0100 |
---|---|---|
committer | Jochen Sprickerhof <git@jochen.sprickerhof.de> | 2022-12-21 10:52:35 +0100 |
commit | 6aea197542f949bbd673ca04fa45af539ae23a69 (patch) | |
tree | 650d32117acc8aef6e84d917202d1feca51a6afd /.gitlab-ci.yml | |
parent | 52e4f19565cb679076589b253c79ad6de4265c86 (diff) | |
download | debvm-6aea197542f949bbd673ca04fa45af539ae23a69.tar.gz |
CI: switch to debian:sid-slim
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7846055..ecd604a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.salsa.debian.org/salsa-ci-team/pipeline/base:unstable +image: debian:sid-slim shellcheck: stage: test |