This commit is contained in:
2025-03-03 22:07:09 +03:00
parent c61f9e0adb
commit 6846a1454e

View File

@@ -32,7 +32,6 @@ pre_push:
- apk add curl - apk add curl
script: script:
- echo "Running container to test image" - echo "Running container to test image"
- echo "$CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG"
- docker run -d --name test_container -p 5060:5050 $CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG - docker run -d --name test_container -p 5060:5050 $CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG
- | - |
echo "Waiting for the application to start..." echo "Waiting for the application to start..."