Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TousAntiCovid sources
Cléa Server
Commits
f340562f
Commit
f340562f
authored
Aug 19, 2021
by
Jujube Orange
Browse files
ci(integration-tests): fix docker test run on release
parent
c1283c7a
Pipeline
#280449
passed with stages
in 29 minutes and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f340562f
...
...
@@ -39,7 +39,7 @@ integration-tests:
-
docker network connect clea-server_default $currentContainer
-
echo "Waiting for clea-ws-rest component to be up..."
-
until curl -s http://clea-ws-rest:8080/actuator/health | grep -q UP; do sleep 0.5; done;
-
java -jar -Dspring.profiles.active=docker clea-integration-tests/target/
*-SNAPSHOT
.jar
-
java -jar -Dspring.profiles.active=docker clea-integration-tests/target/
clea-integration-tests-*
.jar
-
docker network disconnect clea-server_default $currentContainer
-
docker-compose down
artifacts
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment