From 9f73b414b9d5399d824e64d0bf343664513f4c47 Mon Sep 17 00:00:00 2001 From: Martin Teichmann <martin.teichmann@xfel.eu> Date: Thu, 22 Dec 2022 15:19:39 +0100 Subject: [PATCH] add openssh --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad19d26..84e9832 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ make: script: - apt-get update - apt-get install -y pandoc + - apt-get install -y openssh-client - pip3 install sphinx-rtd-theme - pip3 install sphinx-autoapi - pip3 install nbsphinx -- GitLab