Ma
Builds for 1 pipeline failed

Update .gitlab-ci.yml

  1 +stages:
  2 + - cml_run
  3 +
  4 +cml:
  5 + stage: cml_run
  6 + script:
  7 + - "hello jj" >> report.md
  8 +
  9 +