From 5691af7f87f23f2796fbe4add9b71bb17efd9d7a Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Fri, 5 Jul 2019 13:57:07 +0200 Subject: [PATCH] Update repo URLs --- .gitlab-ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8bbd24..39a5e7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ -image: registry.gitlab.com/ros_tracing/ros2_tracing/ci-base:latest +image: registry.gitlab.com/micro-ROS/ros_tracing/ros2_tracing/ci-base:latest variables: DOCKER_DRIVER: overlay2 PACKAGES_LIST: tracetools_analysis before_script: - - git clone https://gitlab.com/ros_tracing/ros2_tracing.git + - git clone https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git build: script: diff --git a/README.md b/README.md index 7fcab46..9635cf1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tracetools_analysis -Analysis tools for [ROS 2 tracing](https://gitlab.com/ros_tracing/ros2_tracing). +Analysis tools for [ROS 2 tracing](https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing). # Setup