Passing options to the docker image

In the gitlab-ci.yml i need to pass the following options to my docker image

–device /dev/fuse --cap-add SYS_ADMIN --security-opt apparmor:unconfined

I looked into the documentation, but i didnt found nothing.

How can i do it?