Tag pushes from GitLab don't seem to trigger builds

I have set up travis to build a project of mine that is hosted on GitLab.

It works fine except when I push a tag Travis doesn’t build anything.

I have a conditional job that runs only on tags if: tag IS present but no job is built when I’m pushing tags.

Is there anything I can do?

Hey @mattbas,

I think conditionals could be your answer here.

The problem is that builds don’t get triggered, condition or no condition. I also already have conditional jobs that are only supposed to be built on tags