From 1c0f1c30cafcb19fd70edd56cc2315e7de803c5e Mon Sep 17 00:00:00 2001
From: Frederik Hennig <frederik.hennig@fau.de>
Date: Mon, 13 Jan 2025 20:14:18 +0100
Subject: [PATCH] clean up testsuite ci task

---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index efdfd8b58..02ce29a55 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -282,11 +282,7 @@ tests-and-coverage:
   stage: "Unit Tests"
   needs: []
   image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:ubuntu24.04-cuda12.6
-  before_script:
-    - pip install -e .[tests]
   script:
-    - env
-    - pip list
     - mkdir -p ~/.config/matplotlib
     - echo "backend:template" > ~/.config/matplotlib/matplotlibrc
     - mkdir public
-- 
GitLab