diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82874ea39b8b335edab8061be5c7f0997c9a9c00..0ad9cdd298801ead63a5b2479cdad483934e16fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ before_script: .build_script_template: &build_script stage: build + tags: ["large"] script: - echo BUILD_OPTIONS $BUILD_OPTIONS - echo VERSION $VERSION @@ -30,6 +31,7 @@ before_script: .test_script_template: &test_script stage: test + tags: ["large"] script: - echo TESTS_RESTRICTION $TESTS_RESTRICTION - echo VERSION $VERSION @@ -258,6 +260,7 @@ coverage: coverity: stage: analyse + tags: ["large"] dependencies: [] artifacts: name: chameleon_coverity @@ -280,6 +283,7 @@ coverity: sonarqube: stage: analyse + tags: ["large"] dependencies: - test_starpu_master - test_starpu_simgrid_master