diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6cf258..f3b36d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,10 +37,10 @@ test: lint:py: image: python:3.7 stage: lint - needs: ["install"] + needs: [] script: - pip install pycodestyle - - npm run lint:py + - pycodestyle --config=setup.cfg --count . lint:js: image: node:alpine