mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-11-22 14:28:48 +00:00
.gitlab-ci.yml - added "DEBIAN_FRONTEND=noninteractive" for debian test
This commit is contained in:
parent
646cca42f4
commit
7c8a113fbd
@ -59,6 +59,8 @@ test:
|
|||||||
test:debian:
|
test:debian:
|
||||||
image: debian:bookworm-slim
|
image: debian:bookworm-slim
|
||||||
stage: test
|
stage: test
|
||||||
|
variables:
|
||||||
|
DEBIAN_FRONTEND: noninteractive
|
||||||
needs:
|
needs:
|
||||||
- job: build:debian
|
- job: build:debian
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
Loading…
Reference in New Issue
Block a user