Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
EGA
ega-data-api
Commits
43ab4295
Commit
43ab4295
authored
Dec 01, 2020
by
Anna Foix
🦇
Browse files
Use dataedge name for all the services because that is what is in the certificate
parent
b1aae6bf
Pipeline
#113596
passed with stages
in 9 minutes and 39 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
43ab4295
...
...
@@ -11,7 +11,7 @@ image: dockerhub.ebi.ac.uk/ega/ega-data-api-build-container:latest
# https://docs.gitlab.com/runner/executors/kubernetes.html#using-dockerdind
services
:
-
name
:
docker:dind
alias
:
ega-integration-test
alias
:
dataedge
## List of jobs:
stages
:
...
...
@@ -55,7 +55,7 @@ integrationTest:
-
sleep
90
-
cd ../ega-data-api-it
script
:
-
mvn test "-Dkey.url=https://
ega-integration-test
" "-Dfile.url=https://
ega-integration-test
" "-Dres.url=https://
ega-integration-test
" "-Ddataedge.url=https://
ega-integration-test
"
-
mvn test "-Dkey.url=https://
dataedge
" "-Dfile.url=https://
dataedge
" "-Dres.url=https://
dataedge
" "-Ddataedge.url=https://
dataedge
"
imageBuild
:
stage
:
imageBuild
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment