diff --git a/.github/ci-nightly-test.sh b/.github/ci-nightly-test.sh index 3ee9b739f..d0b206c7c 100644 --- a/.github/ci-nightly-test.sh +++ b/.github/ci-nightly-test.sh @@ -12,8 +12,10 @@ module load netcdf4/new module load gnuparallel/new module load python3 +version=$(cat $TMPDIR/eccodes/VERSION) + cd ~masn/REGRESSION_TESTING/ecCodes -./par-suite.sh -w $TMPDIR/install/eccodes +./par-suite.sh -w $TMPDIR/install/eccodes/$version # For debugging specific test(s) -# ./seq-suite.sh -w $TMPDIR/install/eccodes -d -t py_ +# ./seq-suite.sh -w $TMPDIR/install/eccodes/$version -d -t py_