From 49d793bd8f5866c9550e35f5e6f087486d8b8bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20L=C3=BCtkebohle?= Date: Fri, 5 Jul 2019 09:16:24 +0000 Subject: [PATCH] The prepared workspace is in a different place. Also do the fix from #22 to actually check if tests are successful. --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c4e3e8..ee9d490 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,11 @@ build_enabled: script: - lttng-sessiond --daemonize - pwd + - . /root/ws/install/local_setup.sh - colcon build --symlink-install --cmake-args " -DWITH_LTTNG=ON" --packages-up-to $PACKAGES_LIST - - . install/local_setup.sh && colcon test --packages-select $PACKAGES_LIST + - . install/local_setup.sh + - colcon test --packages-select $PACKAGES_LIST + - colcon test-result artifacts: paths: - install