Fix the the Resolve stage failing
If there are no docx files, the call to rm *.docx at the end of the stage fails, which causes the whole script to return a failure.
We could add a check, or just rm -f. Being lazy, I've opted for the latter.
WARNING! Gitlab maintenance operation scheduled for Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST)
If there are no docx files, the call to rm *.docx at the end of the stage fails, which causes the whole script to return a failure.
We could add a check, or just rm -f. Being lazy, I've opted for the latter.