Uploading artifacts... WARNING: gl-sast-report.json: no matching files ERROR: No files to upload

,

I am trying to get past the gl-sast-report.json error. Can anyone give advice on my setup?

sast:
  tags:
    - docker
  stage: test
  artifacts:
    name: sast
    paths:
      - 'gl-sast-report.json'
    reports:
      sast: gl-sast-report.json
    when: always