From 0043dea487262e7f71c4169b83a72409cfd14208 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89tienne=20BERSAC?= Date: Wed, 20 Sep 2017 09:34:48 +0200 Subject: [PATCH] Installer le client SSH seulement --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0cc0bcc..eefc52f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: steps: - run: name: Install debian packages - command: apt update -y && apt install -y bats git ssh + command: apt update -y && apt install -y bats git openssh-client - checkout - run: name: Executing tests -- 2.40.0