From 83cbf080670d9494e53f7c72bafe9c1efcd84998 Mon Sep 17 00:00:00 2001
From: Eric Boittier <ericdavid.boittier@unibas.ch>
Date: Mon, 12 Dec 2022 16:43:58 +0100
Subject: [PATCH] clean up

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35c1358..3443816 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,5 +6,6 @@ default:
 my_tests:
   # Good to put a small description here of what this job does
   script:
+    - pip install .
     - pip install -r requirements_dev.txt
     - pytest
\ No newline at end of file
-- 
GitLab