diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2ad9418f0c3945c54dd9409f9f81af531f91062..b820766540d8f930f727513b5c623c1a3d7c1f10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,14 +44,14 @@ pyflakes:3: image: "python:3" stage: "test" script: - - "./tools/pyflakes.sh" + - "./tools/pyflakes.sh -3" lint:3: image: "python:3" stage: "test" allow_failure: true script: - - "./tools/weboob_lint.sh" + - "./tools/weboob_lint.sh -3" unittests:3: image: "python:3"