From 91c1d85e3c0e735ef9500ef941cfbf46ad157347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20HUGUET?= <remi.huguet@ensiie.fr> Date: Wed, 9 Oct 2019 10:57:19 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4472c4f..c3b02fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ ubuntu:18.04 before_script: - apt-get update -qy - apt-get install -y lftp - - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' + - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - eval $(ssh-agent -s) -- GitLab