Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CloWM S3-Proxy Service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Computational Metagenomics
CloWM
CloWM S3-Proxy Service
Commits
ddf4ded1
Verified
Commit
ddf4ded1
authored
2 years ago
by
Daniel Göbel
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file to fix wrong env variable injection error
#10
parent
1fff8222
No related branches found
No related tags found
Loading
Pipeline
#24567
canceled
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
ddf4ded1
...
...
@@ -74,6 +74,7 @@ e2e-test-job: # Runs e2e tests on the API endpoints
OIDC_CLIENT_SECRET
:
"
$TEST_OIDC_CLIENT_SECRET"
OIDC_CLIENT_ID
:
"
$TEST_OIDC_CLIENT_ID"
OIDC_BASE_URI
:
"
http://mock-oidc-server"
CLIENTS_CONFIGURATION_PATH
:
"
$TEST_OIDC_CLIENT_CONFIG"
services
:
-
name
:
mysql:8
alias
:
e2e-test-db
...
...
@@ -86,7 +87,6 @@ e2e-test-job: # Runs e2e tests on the API endpoints
alias
:
mock-oidc-server
variables
:
ASPNETCORE_ENVIRONMENT
:
"
Development"
CLIENTS_CONFIGURATION_PATH
:
"
$TEST_OIDC_CLIENT_CONFIG"
script
:
-
python app/check_database_connection.py
-
python app/check_oidc_connection.py
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment