diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cd1a50..4728684 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 ]