diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef5c1e3..d213e5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,8 @@ cache: before_script: - python -V # Print out python version for debugging - - apt update && apt upgrade - - apt install libchromaprint-tools + - apt update && apt upgrade -y + - apt install -y libchromaprint-tools --install-recommends test:pylint: script: