diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 53ed8b673e..0c682dbc11 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -17,8 +17,9 @@ jobs: strategy: maxParallel: 10 steps: - - checkout: self - fetchDepth: 1 - submodules: true - - bash: | - echo "##[debug]Debug text" \ No newline at end of file + - checkout: self + fetchDepth: 1 + submodules: true + + - bash: | + echo "##[debug]Debug text" \ No newline at end of file