From e5b249d8bd92ff8e96468644360c428adb5f8190 Mon Sep 17 00:00:00 2001
From: Hugo Madge Leon <hugo.madgeleon@stud.unibas.ch>
Date: Mon, 12 Dec 2022 07:58:08 +0000
Subject: [PATCH] Sorry

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93afcdd..0ab9bf0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,5 +29,6 @@ lint-test-job:   # This job also runs in the test stage.
     - pip install -r requirements.txt
     - pip install -r requirements_dev.txt
     - pip install -e .
-    #- flake8 --docstring-convention google readsequencer/ tests/
-    #- pylint readsequencer/ tests/
+    - flake8 --docstring-convention google term_frag_sel/ tests/
+    - pylint term_frag_sel/ tests/
+    - mypy term_frag_sel/
-- 
GitLab