Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ test_audiotools_convert: # run the test configs for the selection experiments experiments: variables: GIT_STRATEGY: clone stage: test tags: - linux Loading @@ -85,6 +87,8 @@ experiments: # run some test configs for item creation test_processing: variables: GIT_STRATEGY: clone stage: test rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ test_audiotools_convert: # run the test configs for the selection experiments experiments: variables: GIT_STRATEGY: clone stage: test tags: - linux Loading @@ -85,6 +87,8 @@ experiments: # run some test configs for item creation test_processing: variables: GIT_STRATEGY: clone stage: test rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading