From de2b72500f0214dd108a849052ce9a2b95671dde Mon Sep 17 00:00:00 2001 From: Klaas <kliffen@astron.nl> Date: Thu, 2 Jun 2022 12:51:07 +0200 Subject: [PATCH] Fix calling flake8 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca265b5..b742813 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ run_flake8: stage: lint script: - python -m flake8 --version - - python -m flake8 + - python -m flake8 map allow_failure: true run_pylint: -- GitLab