From 515f1f94c4adb9f13adf2b2b01c016dceaeb9d0b Mon Sep 17 00:00:00 2001
From: Samuel Mondal <samuel.mondal@unibas.ch>
Date: Tue, 13 Dec 2022 23:11:51 +0100
Subject: [PATCH] yml file edit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a723cb2..c30f03b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,9 @@ build-job:       # First stage deployment and installation of dependencies.
 lint-test-job:   # Test Stage
   stage: test    # Deploys and runs all 3 linters.
   script:
+    - pip install -r requirements.txt
+    - pip install -r requirements_dev.txt
+    - pip install -e .
     - flake8 --docstring-convention google sequence_extractor/ gtf_processing/
     - pylint sequence_extractor/ gtf_processing/
     - mypy sequence_extractor/ gtf_processing/
-- 
GitLab