Commit 247a4dbe authored by Jan Kiene's avatar Jan Kiene
Browse files

use clone strategy for tests that run a config

parent 91fa7589
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -75,6 +75,8 @@ test_audiotools_convert:

# run the test configs for the selection experiments
experiments:
  variables:
    GIT_STRATEGY: clone
  stage: test
  tags:
    - linux
@@ -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'