When you create a job in jenkins, to clean up the workspace before build you can select under Build Environment the box that says Delete workspace before build starts.
How can you do the same when you run a job with gitlab? What line(s) must be added to the file .gitlab-ci.yml?