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
05bff462
Commit
05bff462
authored
Dec 01, 2020
by
Anna Foix
🦇
Browse files
do docker info at start of integration tests
parent
73f9798c
Pipeline
#113458
failed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.gitlab-ci.yml
.gitlab-ci.yml
+5
-4
No files found.
.gitlab-ci.yml
View file @
05bff462
...
...
@@ -17,7 +17,7 @@ variables:
## List of jobs:
stages
:
-
unitTest
#
- unitTest
-
integrationTest
-
imageBuild
...
...
@@ -28,15 +28,16 @@ cache:
-
.m2/repository
## Diffent stages for the CICD of Data API
unitTest
:
stage
:
unitTest
#
unitTest:
#
stage: unitTest
#before_script:
# - mvn dependency:purge-local-repository install -DskipTests=true -P production -Dmaven.javadoc.skip=true -B -V -DskipDockerPush
script
:
mvn test
#
script: mvn test
integrationTest
:
stage
:
integrationTest
before_script
:
-
docker info
-
mvn dependency:purge-local-repository install -DskipTests=true -P production -Dmaven.javadoc.skip=true -B -V -DskipDockerPush
-
sudo service postgresql stop
-
sudo mkdir -p /usr/local/share/ca-certificates/ca/
...
...
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