From 10bd3e395b5133f9d12bd69f17f7366c14a1a21b Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 25 Jun 2019 13:31:48 +0200 Subject: [PATCH] Add -y flag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fca353e..4e7476c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +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 + - apt-get install -y 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"