Registering package with GPU dependencies

I’m trying to register a package to METADATA.jl using attobot. (Link to my PR).

The catch is that my package (Rayuela.jl) has tests that run on the GPU. I run my CI on gitlab, via the juliaGPU group, yet when I submit at PR to METADATA, CI fails because it tries to run on Travis, which does not have GPUs.

How should I go about registering my package?