diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5df7b2021bf829a313676f6456eae1f25194a02..d0bdcceecceb09b5de9d73ab4864fe0e2306fe67 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,7 @@ before_script:
 black:
   stage: lint
   tags:
+    - docker
     - small
   image: pyfound/black:latest_release
   script:
@@ -36,6 +37,7 @@ black:
 pylint:
   stage: lint
   tags:
+    - docker
     - small
   image: registry.gitlab.com/pipeline-components/pylint:latest
   script: