ci: fix typo for CTEST_EXCLUSION

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2024-02-08 15:10:05 -05:00
parent 9d1c86c3c3
commit be76f63449

@ -82,7 +82,7 @@ test:ubuntu2004_hip_kokkos:
- .run_upstream_branches
variables:
CTEST_MAX_PARALLELISM: 1
TEST_EXCLUSIONS: "UnitTestWorkletParticleAdvection"
CTEST_EXCLUSIONS: "UnitTestWorkletParticleAdvection"
dependencies:
- build:ubuntu2004_hip_kokkos
needs: