diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e74df8f..f2b6970 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ before_script: - python -V # Print out python version for debugging - apt update - apt install -y libchromaprint-tools --install-recommends + - apt install -y ffmpeg --install-recommends - pip install -r YouTubeMDBot/requirements.txt test:pylint: