From 254d8a8c8ed97e6f4c35b5f8035e8cd73542c0d0 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Fri, 9 Jan 2026 17:15:53 +0530 Subject: [PATCH] Verify netmngr update --- .gitlab-ci.yml | 2 +- tools/tools_input.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7822790..1685ea13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,9 +24,9 @@ include: - if: $CI_COMMIT_BRANCH == "devel" stages: + - functional_test - unit_test - static_code_analysis - - functional_test - deploy run_unit_test: diff --git a/tools/tools_input.json b/tools/tools_input.json index aa979a1b..8184b02e 100644 --- a/tools/tools_input.json +++ b/tools/tools_input.json @@ -151,6 +151,7 @@ "repo": "https://dev.iopsys.eu/network/netmngr.git", "proto": "git", "service_name": "netmngr", + "version": "sync_inst", "compile": [ "apt install iproute2 -y", "make -C src clean",