diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99ee59ec8d..ba1fe76c5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,8 @@ download_reports: tags: - dsa - DIND + needs: + - test image: python:3.12 before_script: - 'command -v aws >/dev/null 2>&1 || { echo >&2 "Installing AWS CLI..."; pip install awscli; }'