diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aaad6f5..29435c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,6 +59,8 @@ test: test:debian: image: debian:bookworm-slim stage: test + variables: + DEBIAN_FRONTEND: noninteractive needs: - job: build:debian artifacts: true