diff --git a/.gitlab-ci-dso.yml b/.gitlab-ci-dso.yml index c199f3f1d..e835967f2 100644 --- a/.gitlab-ci-dso.yml +++ b/.gitlab-ci-dso.yml @@ -98,7 +98,7 @@ deploy: GITHUB_TOKEN_INFRA_REPO: "${GITHUB_TOKEN_INFRA_REPO}" script: - echo "Deploying tag $TAG from branch $CI_COMMIT_REF_SLUG" - - apt install curl + - apt-get update && apt-get install curl - | if [[ "$CI_COMMIT_REF_SLUG" == "cloud-pi-demo" ]]; then ENVIRONMENT=main