From 783bf2848df8805a9d2d88714aafed1631b9e040 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Fri, 27 Mar 2020 12:00:28 +0000
Subject: [PATCH] Re-enable pylint on gitlab ci

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff359dc..689f48e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,6 @@ pycodestyle:
 pylint:
     stage: test
     script: tools/tests/test-pylint.sh
-    when: manual
 
 pytest:
     stage: test
-- 
GitLab