Skip to content
Snippets Groups Projects
Commit 9dde6032 authored by Florian Bruhin's avatar Florian Bruhin
Browse files

ci: debug

parent 44e12d21
No related branches found
No related tags found
No related merge requests found
Pipeline #301631 passed
......@@ -31,7 +31,12 @@ flake8:
pytest:
stage: test
script: poetry run pytest -v --junit-xml=pytest.xml
script:
- python -m site
- ls -l /usr/lib/python3.11/sitecustomize.py || true
- ls -l /etc/python3.11/sitecustomize.py
- cat /etc/python3.11/sitecustomize.py
- poetry run pytest -v --junit-xml=pytest.xml
artifacts:
reports:
junit: pytest.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment