Describe the bug
When specifying a Dockerfile in your .gitpod.yml on GitLab, but the Dockerfile is located in a sub-directory (i.e. not in repo root), then Gitpod fails with:

Steps to reproduce
- Create private repo in GitLab
- Create
.gitpod.yml with:
image:
file: test/Dockerfile
- Create
test/Dockerfile with:
FROM gitpod/workspace-full
Expected behavior
Opening the private GitLab repo in Gitpod should work.
Additional information
Example repository