diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2407ed46de5a7a6f7ca39c91c2a1e6861240e715..4f21a46b1a6867262bce64ceb449ede46587a6d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -242,6 +242,8 @@ running_stage: - chmod +x np_sphere - OMP_NUM_THREADS=1 ./np_sphere DEDFB DSPH . - mv c_OSPH c_OSPH_dev + - mv c_TEDF c_TEDF_dev + - mv c_TEDF.hd5 c_TEDF_dev.hd5 - echo "Testing parallel execution of SPHERE" - ../../src/scripts/model_maker.py ../../test_data/sphere/config_181_xi.yml - echo "Running parallel np_sphere" @@ -295,7 +297,7 @@ testing_stage: - export FFILE=../../test_data/sphere/OSPH_181_xi - python3 ../../src/scripts/pycompare.py --no-progress --ffile $FFILE --cfile c_OSPH_181_xi --html - echo "Checking consistency among legacy and HDF5 configuration files" - - ../testing/test_TEDF ../../test_data/sphere/DEDFB c_TEDF c_TEDF.hd5 + - ../testing/test_TEDF ../../test_data/sphere/DEDFB c_TEDF_dev c_TEDF_dev.hd5 - cd ../inclusion - echo "Comparing output of INCLUSION" - export FFILE=../../test_data/inclusion/OINCLU