From 551ded4b63f6f47f022c5ca841031fc2566a58ff Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 25 Jun 2018 12:30:12 +0200 Subject: CI: Export DEBIAN_FRONTEND=noninteractive in all CI environments This ensures that we don't hang waiting for debconf. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ebff095c..8d2c6b085 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,6 @@ image: debian:testing +variables: + DEBIAN_FRONTEND: noninteractive test as root: stage: test -- cgit v1.2.3