diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b7e6922875903ef12c2e273a28c4919e8a386f47..227653f947d8950ae465d361205f0f8495bf29cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,15 +33,12 @@ test:unit:
   stage: test
   script:
     - pip install hatch
-    - hatch run pip list
-    - hatch run pip install -e .
     - hatch run test tests/unit
 
 test:int:
   stage: test
   script:
     - pip install hatch
-    - hatch run pip install -e .
     - hatch run test tests/int
 
 # Always do dist build for the default branch