From cecc41a0d89d613dbb78c67b7af1132008cacf21 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 26 Mar 2025 11:56:07 +0100 Subject: [PATCH] typos --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ]