diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 978a0afe82bf7d3e27b579fcc9d7bd4b947364fb..3612efa4bec953c0611cb3f3144c753ccddfe1f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,7 @@ e2e-test-job: # Runs e2e tests on the API endpoints alias: mock-oidc-server variables: ASPNETCORE_ENVIRONMENT: "Development" - CLIENTS_CONFIGURATION_INLINE: "$TEST_OIDC_CLIENT_CONFIGURATION" + CLIENTS_CONFIGURATION_PATH: "$TEST_OIDC_CLIENT_CONFIGURATION" script: - python app/check_database_connection.py - python app/check_oidc_connection.py