From a6d71f0e46bc0f6bd1cfc3199a53ff13aa16159e Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 11 Jun 2019 22:33:17 +0200
Subject: [PATCH] [mod] ci: disable type check for now

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 513d579c..29096f47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ format:
     - poetry shell
     - black --check bin silkaj tests
 
-type:
+.type:
   <<: *changes
   stage: checks 
   script:
-- 
GitLab