From 975fff7abb4b7746007e69464838aaf4a477d2a1 Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Wed, 7 Feb 2024 16:51:01 +0100
Subject: [PATCH] Update pipeline to include building of test programs

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbe3ed28..0ec5a3ad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,6 +30,7 @@ building_stage:
       paths:
          - build/cluster/*
          - build/sphere/*
+	 - build/testing/*
          - build/trapping/*
          - doc/build/*
       exclude:
-- 
GitLab