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
bcc52c17
Commit
bcc52c17
authored
Dec 01, 2020
by
Anna Foix
🦇
Browse files
Override URLs for tests
parent
56425721
Pipeline
#113512
failed with stages
in 8 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
No files found.
.gitlab-ci.yml
View file @
bcc52c17
...
...
@@ -10,7 +10,8 @@ image: dockerhub.ebi.ac.uk/ega/ega-data-api-build-container:latest
# Add the service of docker in docker to allow us to compile the docker images
# https://docs.gitlab.com/runner/executors/kubernetes.html#using-dockerdind
services
:
-
docker:dind
-
name
:
docker:dind
alias
:
ega-integration-test
## List of jobs:
stages
:
...
...
@@ -54,7 +55,7 @@ integrationTest:
-
sleep
90
-
cd ../ega-data-api-it
script
:
-
mvn test
-
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"
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