From a40d1ac1f030dc0874f740b82d79ebad7cbeb697 Mon Sep 17 00:00:00 2001 From: Jithu Murugan <j.murugan@fz-juelich.de> Date: Fri, 21 Feb 2025 09:38:40 +0100 Subject: [PATCH] - Corrected the path of tests folder in .gitlab-ci.yml file. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20437823..30281ccc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ testing-pytest-coverage: - chmod +x dedal/utils/bootstrap.sh - ./dedal/utils/bootstrap.sh - pip install -e .[test] - - coverage run -m pytest -s --tb=short tests && coverage html -i -d htmlcov + - coverage run -m pytest -s --tb=short ./dedal/tests/ && coverage html -i -d htmlcov artifacts: when: always reports: -- GitLab