From 5a417abd935fd0e2f9e91fb8f596f4d281122f80 Mon Sep 17 00:00:00 2001 From: Viet-Hoa Do Date: Wed, 19 Jun 2024 16:42:34 +0100 Subject: [PATCH] Move coverage to analyze stage Signed-off-by: Viet-Hoa Do --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18e5c690..24a629a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ stages: - build - test + - analyze - deploy default: @@ -190,7 +191,7 @@ coverage: extends: - .standard-rules interruptible: true - stage: deploy + stage: analyze dependencies: - test-linux-aarch64-cov - test-linux-aarch64-cov-fvp -- GitLab