diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8cc5b5429cd7602f7f2b85518bc46ae3ebdf15a0..fa2701e7637999eca98d983811d1189268030f73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ python_3_lint: before_script: - pip install pylint script: - - pylint -j 8 --disable=wrong-import-position,deprecated-lambda setup.py bin/xenv xenv + - pylint -j 8 --disable=wrong-import-position,deprecated-lambda setup.py xenv python_3_flake: image: python:3