Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 326092a..072c6cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,8 +41,7 @@ remminai18n build:
- apt-get update -qq
- apt-get install -y -qq software-properties-common
python3-software-properties
- - apt-get install -y -qq build-essential git-core doxygen graphviz libxslt1.1
- xsltproc
+ - apt-get install -y -qq build-essential git-core gettext-base gettext
script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)