Set distro name explicitly for base CI image

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-03-04 10:35:15 -08:00
parent 27137fd690
commit bd35c56932

View file

@ -1,7 +1,8 @@
variables:
DOCKER_DRIVER: overlay2
PACKAGES_LIST: tracetools_analysis ros2trace_analysis
base_image_id: registry.gitlab.com/micro-ros/ros_tracing/ci_base
BASE_IMAGE_ID: registry.gitlab.com/micro-ros/ros_tracing/ci_base
DISTRO: foxy
.global_artifacts: &global_artifacts
artifacts:
@ -15,7 +16,7 @@ variables:
- build/*/pytest.xml
build:
image: $base_image_id
image: $BASE_IMAGE_ID:$DISTRO
before_script:
- git clone https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git
- . /root/ws/install/local_setup.sh