From f33eb60562610550dc27ae3f53d38947c1a5b636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= <ondrej@sury.org> Date: Fri, 10 Feb 2017 12:14:22 +0100 Subject: [PATCH] Add missing apt-get update --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bfbc3a3fa..345ad0b8c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,6 +137,7 @@ deploy:documentation: <<: *debian_stretch stage: deploy before_script: + - apt-get update - apt-get -y install curl only: - tags -- GitLab