diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 407149d2b2c1ccdbf2f33f6b88b0900263e9e3c7..4ba8ce13a55d4906b8f2623f9877c9cfab48410f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -250,6 +250,7 @@ test-pep8:
     - pip3 install -U -r ../requirements.txt
     - pip3 install -U pycodestyle
     - pycodestyle ../src
+  allow_failure: true
 
 # test-windows:
 #   stage: test