Skip to content
Snippets Groups Projects
Commit bccb3b72 authored by Soeren Peters's avatar Soeren Peters
Browse files

Add the -y flag to apt-get install.

parent c52773fe
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ benchmark_cppcheck: ...@@ -91,7 +91,7 @@ benchmark_cppcheck:
before_script: before_script:
- export DEBIAN_FRONTEND=noninteractive - export DEBIAN_FRONTEND=noninteractive
- apt-get update - apt-get update
- apt-get install cppcheck - apt-get install -y cppcheck
script: script:
- cd $CI_PROJECT_DIR - cd $CI_PROJECT_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment