diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index faa11e0..4dbfdda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,14 +18,13 @@ cache: before_script: - python -V # Print out python version for debugging - - pip install pylint test:pylint: script: + - pip install pylint - pylint -j 0 --exit-zero --ignored-classes=_socketobject *.py YouTubeMDBot test: script: - - cd YouTubeMDBot - pip install -r requirements.txt - - python -m unittest $(pwd)/tests/*.py + - python -m unittest $(pwd)/YouTubeMDBot/tests/*.py