Skip to content

Bugfix main Gitlab object creation.

Sergi Blanch Torné requested to merge bugfix_main_gl_obj into main

When in the same testbench, the Gitlab() object was created by a second time, a new object was built, forgetting all the information already configured in the mock gitlab server. Storing it as a singleton, one per URL, allows us to have "memory" of what was already used.

Merge request reports