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