diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bce82e0e9..4c09f8d4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ ci_code_tests: image: ubuntu:rolling before_script: - apt-get update -qq - - apt-get -y -qq install build-essential expect csh xzdec lintian fakeroot + - DEBIAN_FRONTEND=noninteractive apt-get -y -qq install build-essential expect csh xzdec lintian fakeroot - ./configure --enable-fatal-warnings --prefix=/usr && make && make install script: - make test-travis