I'm trying to merge a yaml file containing 7000 lines of swagger documentation into gitlab but the pipeline keeps failing. The failure is happening because there are no unit tests, but I'm not aware of a way to unit test a swagger file. I've included the script that's causing the failure. Thanks for all and any help.
script: "testForbidOnly": "npm run apolloEnv && TEST=true nyc mocha --recursive --exit --forbid-only"