From 0a76100072a22cee5cf92df015bcddf4d178fc4f Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sat, 2 May 2020 22:57:51 -0500 Subject: [PATCH] CI: fix apt asking questions --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92209a1..a63f466 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,9 @@ cache: paths: - lib/ +variables: + DEBIAN_FRONTEND: noninteractive + before_script: - echo Current working directory is $(pwd)