From 59c9fec51c8cf1c26a848c08e5007b27a3a4e4de Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Tue, 16 Jun 2020 23:05:11 +0300 Subject: [PATCH] Update CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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