diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca265b5337c8c3ed519e17e5cd7db8c4d936bc9a..b742813fd89b8e8297d6f8667d9fe23a085c8d7a 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: