From a662f1941c4da909e60eb52b1c3f0dcee7d95d97 Mon Sep 17 00:00:00 2001
From: Frederik Hennig <frederik.hennig@fau.de>
Date: Thu, 17 Oct 2024 14:56:58 +0200
Subject: [PATCH] add doctests to testsuite

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3fcd180..e90cf82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ testsuite:
     - pip install "git+https://i10git.cs.fau.de/pycodegen/pystencils.git@v2.0-dev"
     - pip install -e .
   script:
-    - pytest -v --cov-report html --cov-report xml --cov-report term --cov=src/pystencilssfg tests
+    - pytest -v --cov-report html --cov-report xml --cov-report term --cov=src/pystencilssfg
   artifacts:
     when: always
     paths:
-- 
GitLab