gitlab-cy.yml

This commit is contained in:
s0dy 2018-11-18 12:03:26 +01:00
parent 6634100037
commit df945b45d6

View File

@ -1,4 +1,4 @@
image: ansible/ubuntu14.04-ansible
image: ansible/centos7-ansible
before_script:
- which ssh-agent || ( apt-get update -qq -y && apt-get -q -y -o Dpkg::Use-Pty=0 install openssh-client )