diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f08dff5..15ad1d5 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ pre_push: - apk add curl script: - echo "Running container to test image" - - docker run -d --name test_container -p 5060:5050 $CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG + - docker run -d --name 127.0.0.1 -p 5060:5050 $CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG - | echo "Waiting for the application to start..." sleep 10