diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ffb28a7af7fb066db38cd2d3621350d2a27981c..f42bf0e20a1975c12e15f56d4c45e3a39f656882 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ Coverage-test-job:   # Test Stage
 Flake8/Pylint/mypy-test-job:   # Test Stage
   stage: test    # Deploys and runs all 3 linters.
   script:
-    - flake8 --docstring-convention google tests/tests/
+    - flake8 --docstring-convention google tests/ tests/
     - pylint tests/ tests/
     - mypy tests/ tests/
     - echo "Linters successfully deployed."