From 277a153a905fc0155b59fc2fe310b96cb1c95167 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 8 May 2023 11:46:21 +0200 Subject: [PATCH] update path to module --- .gitlab/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 93a4787..985d5f4 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -35,7 +35,7 @@ variables: - ${ENTRY_FOLDER}/${PACKAGE_NAME}/* script: - pip install -U pytest pillow iteration_utilities - - python -m pytest .gitlab/py_job/test_wpp.py --tb=line -rA --color=yes --code-highlight=yes -q + - python -m pytest src/test_images_jobs/test_wpp.py --tb=line -rA --color=yes --code-highlight=yes -q allow_failure: true test-images-job/valid_set: