This commit is contained in:
Oscar Krause 2025-03-26 11:56:07 +01:00
parent 497173b111
commit cecc41a0d8

View File

@ -12,8 +12,8 @@ test:
extends: .test
parallel:
matrix:
- FILE:
- TEST_FILE:
- test_config_token.py
- pytest test_decrypt.py
- test_instance_token.py
script: [ python -m pytest $FILE --junitxml=report.xml ]
script: [ python -m pytest $TEST_FILE --junitxml=report.xml ]