Thank you for your answer.
I'm looking forward to read this project's code, however, when I try to load it following your instructions I get a ZnUnknownScheme when it is loading files from gitlab://SeanDeNigris/gitlab-smalltalk-ci:master/src:
ZnUrl>>enforceKnownScheme
ZnRequestLine>>uri:
ZnRequest>>url:
ZnClient>>url:
[ client := self httpClient.
client
ifFail: [ :exception |��
(exception className beginsWith: 'Zn')
ifTrue: [ MCRepositoryError
signal: 'Could not access ' , self location , ': ' , exception printString ]
ifFalse: [ exception pass ] ];
url: self locationWithTrailingSlash;
queryAt: 'C' put: 'M;O=D';
"legacy that some servers maybe expect"
get.