diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7c693b..c5b8a66 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,11 +29,10 @@ pre_push: - build stage: pre_push before_script: - - docker rm -f test_container - apk add curl script: - echo "Running container to test image" - - docker run -d --name test_container -p 5050:5050 $CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG + - docker run -d --name test_container $CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG - | echo "Waiting for the application to start..." sleep 10