# frozen_string_literal: true module Ci class GroupVariableEntity < Ci::BasicVariableEntity end end