Skip to content

Install openssh-clients earlier in image

Steve Traylen requested to merge sshearly into master

We were installing openssh-client in the .gitlab-ci.yml causing a yum run for every test.

Avoid this and install in the docker image.

Merge request reports