Disable using cache for the job in GitLab

Gitlab offers the possibility of disabling the cache for the jobs that do not need it.

This can be done by using the configuration:

cache: {}
inside the jobs that you don't want to use cache.