diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7ebfa6..0cecf61 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ pre_push: - build stage: pre_push before_script: - - apk add curl + - apk add --no-cache curl jq script: - echo "Running container to test image" - docker run -d --rm --name test_container $CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG