From e244fa960cb24c7008ac5530653a73541579889e Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Wed, 6 Mar 2024 16:49:27 +0100
Subject: [PATCH] Perform consistency check on the output of np_cluster with 24
 spheres

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de78aea8..1290ed98 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -161,6 +161,9 @@ testing_stage:
       - python3 ../../src/scripts/pycompare.py --ffile=$FFILE --cfile=c_OCLU --html
       - echo "Testing cluster with 24 spheres"
       - ./np_cluster ../../test_data/cluster/DEDFB_24 ../../test_data/cluster/DCLU_24 .
+      - echo "Comparing output of CLUSTER with 24 spheres"
+      - export FFILE=../../test_data/cluster/OCLU_24
+      - python3 ../../src/scripts/pycompare.py --ffile=$FFILE --cfile=c_OCLU --html
       - echo "Checking consistency among legacy and HDF5 configuration files"
       - ../testing/test_TEDF ../../test_data/cluster/DEDFB_24 c_TEDF c_TEDF.hd5
       - echo "Checking consistency among legacy and HDF5 TM files"
-- 
GitLab