Skip to content

Commit

Permalink
APT assume YES
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Sep 22, 2019
1 parent fd81fcb commit ddd2963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit ddd2963

Please sign in to comment.