From 40320ab7c3b0c8feb15e01a02c7bf85fd7f8c7dd Mon Sep 17 00:00:00 2001
From: Niclas Esser <nesser@mpifr-bonn.mpg.de>
Date: Fri, 2 Aug 2024 11:53:53 +0200
Subject: [PATCH] Install dependencies for pyling

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22aa6ee..b414276 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,6 +59,7 @@ pylint:
   image: python:3.9.18-bookworm
   before_script:
     - pip install pylint==2.13.5 anybadge==1.9.0 pylint-exit==1.2.0
+    - pip install .
   script:
     - mkdir ./pylint
     - pylint --output-format=colorized pafsim | tee ./pylint/pylint.log || pylint-exit $?
-- 
GitLab