From 7a4fda5161e8a10ee01200ac98003ed0c84a8c38 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 25 Jun 2019 13:28:59 +0200 Subject: [PATCH] Manually install python3-babeltrace and python3-lttng in CI setup --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9425d69..fca353e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ before_script: - vcs import < ci_source_deps.repos - apt-get update - apt-get install --no-install-recommends -y libasio-dev libtinyxml2-dev + - apt-get install python3-lttng python3-babeltrace - rosdep update - export RTI_NC_LICENSE_ACCEPTED=yes - rosdep install --from-paths . --ignore-src --rosdistro dashing -y --skip-keys "console_bridge fastcdr fastrtps libopensplice67 libopensplice69 rti-connext-dds-5.3.1 urdfdom_headers"