wqadded new way to get mime type

This commit is contained in:
2023-12-21 13:36:13 +01:00
parent f8383567fe
commit e6c59507c4
5 changed files with 53 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ pytest:
image: python:3.12-alpine
script:
- sh tests/start_tests_gitlab.sh
- sed -i "s#<source>/builds/DasMoorhuhn/autopicture-v3/src</source>#<source>${CI_PROJECT_DIR}</source>#g" coverage.xml
# - sed -i "s#<source>/builds/DasMoorhuhn/autopicture-v3/src</source>#<source>${CI_PROJECT_DIR}</source>#g" coverage.xml
coverage: '/Code coverage: \d+(?:\.\d+)?/'
artifacts:
name: "$CI_JOB_NAME"