Using Tags option of runner - version 8.01

Regarding version 8.01 (gitlab ci), I added a tag (mytag) in Tags field of the runner configuration. Then i configured .gitlab-ci.yml of my project with tags: -mytag
After commit, the job stays “pending”
I notice that this job worked without tag.
Any advice?
Thanks