diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c61dba8..f88ad87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,7 @@ variables: docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY .installSentry: &installSentry |- + apk add --update-cache --upgrade curl bash curl -sL https://sentry.io/get-cli/ | bash .setupSSH: &setupSSH |-