diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fbb1ef7aa87275570cc8027edbc093117c5c04d..72c5da70e56d01f567ea82bcd6a514261fa9c778 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ get-credentials: variables: SECURE_FILES_DOWNLOAD_PATH: '.secure' before_script: - - apt update -y && apt upgrade -y + - apt-get update && apt-get upgrade -y && apt-get install curl -y script: - echo "Copying secure file with FeBio login ..." - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash