From 3e5bf8f6a0ab27e02f07176e40990056e680b27a Mon Sep 17 00:00:00 2001 From: Javinator9889 Date: Tue, 8 Oct 2019 14:47:20 +0200 Subject: [PATCH] Updated GitLab CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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: