[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GitlabRemote](./cautious-journey.gitlabremote.md) > [resolvePath](./cautious-journey.gitlabremote.resolvepath.md)
## GitlabRemote.resolvePath() method
Signature:
```typescript
resolvePath(path: string): Promise<{
groupId: number;
projectId: number;
}>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| path | string | |
Returns:
Promise<{ groupId: number; projectId: number; }>