diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d7ed16..254667f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ -image: ansible/centos7-ansible +image: ansible/ubuntu14.04-ansible before_script: - - which ssh-agent || ( apt-get update -qq -y && apt-get install openssh-client -qq -y ) + - which ssh-agent || ( apt-get update -qq -y && apt-get -q -y -o Dpkg::Use-Pty=0 install openssh-client ) # Run ssh-agent (inside the build environment) - eval $(ssh-agent -s)