Skip to content
Snippets Groups Projects
Commit 90674dd9 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Update .gitlab-ci.yml file to fix variable name in OIDC mock server

parent 0815db9e
No related branches found
No related tags found
2 merge requests!10Add OIDC login,!6First working version
Pipeline #24565 canceled
...@@ -86,7 +86,7 @@ e2e-test-job: # Runs e2e tests on the API endpoints ...@@ -86,7 +86,7 @@ e2e-test-job: # Runs e2e tests on the API endpoints
alias: mock-oidc-server alias: mock-oidc-server
variables: variables:
ASPNETCORE_ENVIRONMENT: "Development" ASPNETCORE_ENVIRONMENT: "Development"
CLIENTS_CONFIGURATION_INLINE: "$TEST_OIDC_CLIENT_CONFIGURATION" CLIENTS_CONFIGURATION_PATH: "$TEST_OIDC_CLIENT_CONFIGURATION"
script: script:
- python app/check_database_connection.py - python app/check_database_connection.py
- python app/check_oidc_connection.py - python app/check_oidc_connection.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment