fixes
This commit is contained in:
@@ -29,7 +29,7 @@ pre_push:
|
|||||||
- build
|
- build
|
||||||
stage: pre_push
|
stage: pre_push
|
||||||
before_script:
|
before_script:
|
||||||
- apk add curl
|
- apk add --no-cache curl jq
|
||||||
script:
|
script:
|
||||||
- echo "Running container to test image"
|
- echo "Running container to test image"
|
||||||
- docker run -d --rm --name test_container $CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG
|
- docker run -d --rm --name test_container $CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG
|
||||||
|
|||||||
Reference in New Issue
Block a user