This commit is contained in:
2025-03-03 21:00:52 +03:00
parent 79d6b92bb8
commit 2519cae3fa

View File

@@ -32,6 +32,7 @@ pre_push:
- apk add curl
script:
- echo "Running container to test image"
- echo "$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..."