Update debian test to bookworm

This commit is contained in:
puzzlewolf 2021-12-17 17:10:27 +01:00 committed by Heiko Schaefer
parent a45586cf13
commit 4988ccea49
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -36,9 +36,9 @@ cargo-test:
script: script:
- cargo test - cargo test
cargo-test-debian-stable: cargo-test-debian-bookworm:
stage: test stage: test
image: debian:stable image: debian:bookworm-slim
before_script: before_script:
- mkdir -p /run/user/$UID - mkdir -p /run/user/$UID
- apt update -y -qq - apt update -y -qq