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",