diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e9a37b..8cfc84c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ before_script: - apt-get update -y && apt-get upgrade -y deploy: + script: ## Install ssh-agent if not already installed - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client git -y )'