diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed28e99366b780fdb3e08e3f4d322e301c076144..22b456cf7fe87b5c3c1212bf2490f7a8104e6b14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,12 +79,12 @@ dowload-files-job: paths: - errors-3.9.log -.pylint-test-job: +pylint-test-job: stage: test script: - make pylint -.pyflakes-test-job: +pyflakes-test-job: stage: test script: - make pyflakes