From d6ddf2f71a7504de9944a5b4aec4a78849c0b776 Mon Sep 17 00:00:00 2001
From: Jon Azpiazu <jon.azpiazu@tecnalia.com>
Date: Tue, 3 Dec 2019 09:45:14 +0100
Subject: [PATCH] Add missing curl package

---
 .gitlab-industrial-ci-kinetic-no-rosinstall.yml   | 2 +-
 .gitlab-industrial-ci-kinetic-with-rosinstall.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
index 331501a..1475b11 100644
--- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
@@ -141,7 +141,7 @@ adoc_syntax:
   stage: postcheck
   image: alpine
   before_script:
-    - apk add --update asciidoctor bash
+    - apk add --update curl asciidoctor bash
   script:
     - curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/17-add-asciidoctor-syntax-check-to-ci-tests/scripts/asciidoctor_syntax_check.bash | bash -s -- $$TARGET_REPO_PATH
   tags:
diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
index 4e27521..b7f7ed4 100644
--- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
@@ -143,7 +143,7 @@ adoc_syntax:
   stage: postcheck
   image: alpine
   before_script:
-    - apk add --update asciidoctor bash
+    - apk add --update curl asciidoctor bash
   script:
     - curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/17-add-asciidoctor-syntax-check-to-ci-tests/scripts/asciidoctor_syntax_check.bash | bash -s -- $$TARGET_REPO_PATH
   tags:
-- 
GitLab