From 342c6e7e356d1b3c66fac8a9de660297c5e83963 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 25 Jun 2019 12:04:27 +0200 Subject: [PATCH] Re-order CI script commands --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cf58c1..9425d69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,9 @@ variables: PACKAGES_LIST: ros2trace tracetools tracetools_launch tracetools_read tracetools_test tracetools_trace before_script: - - apt-get update - vcs import < instrumentation.repos - vcs import < ci_source_deps.repos + - apt-get update - apt-get install --no-install-recommends -y libasio-dev libtinyxml2-dev - rosdep update - export RTI_NC_LICENSE_ACCEPTED=yes