From bccb3b725b34acfa6700d6b367ad50b9331f068d Mon Sep 17 00:00:00 2001 From: Soeren Peters <peters@irmb.tu-bs.de> Date: Fri, 23 Oct 2020 14:37:32 +0200 Subject: [PATCH] Add the -y flag to apt-get install. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76441efb5..c822eefb0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,7 +91,7 @@ benchmark_cppcheck: before_script: - export DEBIAN_FRONTEND=noninteractive - apt-get update - - apt-get install cppcheck + - apt-get install -y cppcheck script: - cd $CI_PROJECT_DIR -- GitLab