fixes
This commit is contained in:
@@ -28,6 +28,8 @@ pre_push:
|
|||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
stage: pre_push
|
stage: pre_push
|
||||||
|
before_script:
|
||||||
|
- apk add curl
|
||||||
script:
|
script:
|
||||||
- echo "Running container to test image"
|
- 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 -p 5050:5050 $CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG
|
||||||
|
|||||||
Reference in New Issue
Block a user