From 4ff33a1b5f00bb3fe29c16e1f7ace976523a2f0b Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Fri, 1 Nov 2019 17:24:22 +0100 Subject: Remmina CI update --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 969b025..75131aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ stages: remminadoc build: stage: upddoc before_script: + - apt-get update -qq - apt-get install -y -qq doxygen graphviz libxslt1.1 xsltproc script: - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' @@ -36,6 +37,7 @@ remminadoc build: remminai18n build: stage: updi18n before_script: + - apt-get update -qq - apt-get install -y -qq gettext-base gettext lftp script: - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' -- cgit v1.2.3