diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 817f079..aceccdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,6 @@ deploy-job: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"' when: always environment: production - dependencies: - - build-job before_script: ## Install ssh-agent if not already installed, it is required by Docker. - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'