From 3405e2acf59cea33b025d376291ccda96db9ea07 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Thu, 16 May 2024 22:24:07 +0200 Subject: [PATCH] ci: added device-list-update job --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b8b857..9a15857 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,10 @@ include: path: "." pytest_args: "-v --random-order tests/" exclude_packages: "" + - project: "bec/awi_utils" + file: "templates/device-list-job.yml" + inputs: + target: $CI_PROJECT_NAME #commands to run in the Docker container before starting each job. before_script: