From 8b9da5facbd96471f22401b585e37eb13602936f Mon Sep 17 00:00:00 2001 From: Lluis Gifre <lluis.gifre@cttc.es> Date: Tue, 6 Sep 2022 16:02:24 +0000 Subject: [PATCH] Adjusted CI/CD PathComp unit tests --- src/pathcomp/.gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pathcomp/.gitlab-ci.yml b/src/pathcomp/.gitlab-ci.yml index 12443a08b..d8ab40fda 100644 --- a/src/pathcomp/.gitlab-ci.yml +++ b/src/pathcomp/.gitlab-ci.yml @@ -159,6 +159,9 @@ unit test pathcomp-frontend: - src/$IMAGE_NAME/frontend/**/*.{py,in,yml} - src/$IMAGE_NAME/frontend/Dockerfile - src/$IMAGE_NAME/frontend/tests/*.py + - src/$IMAGE_NAME/backend/**/*.{c,h,conf} + - src/$IMAGE_NAME/backend/Makefile + - src/$IMAGE_NAME/backend/Dockerfile - manifests/${IMAGE_NAME}service.yaml - .gitlab-ci.yml artifacts: -- GitLab