Update debian test to bookworm
This commit is contained in:
parent
a45586cf13
commit
4988ccea49
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue