diff --git a/.gitlab/test.yml b/.gitlab/test.yml index 1a8a4f3164513e22b2117766e5626a0a11925731..4b66bc40cc960a8b4f6ce27af8f9279326992603 100644 --- a/.gitlab/test.yml +++ b/.gitlab/test.yml @@ -28,6 +28,7 @@ test_spm_seq_shm: test_spm_mpi_shm: extends: .test_script_linux + tags: ['ci.inria.fr', 'linux', 'large'] needs: [build_spm_mpi] variables: VERSION: mpi @@ -37,6 +38,7 @@ test_spm_mpi_shm: test_spm_mpi_dist: extends: .test_script_linux + tags: ['ci.inria.fr', 'linux', 'large'] needs: [build_spm_mpi] variables: VERSION: mpi