Gitpod
DETAILS: Tier: Free, Premium, Ultimate Offering: GitLab.com, Self-managed
With Gitpod, you can describe your development environment as code to get fully set up, compiled, and tested development environments for any GitLab project. The development environments are not only automated but also prebuilt which means that Gitpod continuously builds your Git branches like a CI/CD server.
This means you don't have to wait for dependencies to be downloaded and builds to finish, you can start coding immediately. With Gitpod you can start coding instantly on any project, branch, and merge request from your browser.
To use the GitLab Gitpod integration, it must be enabled for your GitLab instance and in your preferences. Users of:
- GitLab.com can use it immediately after it's enabled in their user preferences.
- GitLab self-managed instances can use it after:
For more information about Gitpod, see the Gitpod features and documentation.
Enable Gitpod in your user preferences
With the Gitpod integration enabled for your GitLab instance, to enable it for yourself:
- On the left sidebar, select your avatar.
- Select Preferences.
- Under Preferences, locate the Integrations section.
- Select the Enable Gitpod integration checkbox and select Save changes.
Configure a self-managed instance
DETAILS: Tier: Free, Premium, Ultimate Offering: Self-managed, GitLab Dedicated
For self-managed GitLab instances, a GitLab administrator must:
- Enable the Gitpod integration in GitLab:
- On the left sidebar, at the bottom, select Admin.
- On the left sidebar, select Settings > General.
- Expand the Gitpod configuration section.
- Select the Enable Gitpod integration checkbox.
- Enter the Gitpod instance URL (for example,
https://gitpod.example.com
orhttps://gitpod.io
). - Select Save changes.
- Register the self-managed GitLab instance in Gitpod. For more information, see the Gitpod documentation.
GitLab users can then enable the Gitpod integration for themselves.
Launch Gitpod in GitLab
After you enable Gitpod, you can launch it from GitLab in one of these ways:
-
From a project repository:
- On the left sidebar, select Search or go to and find your project.
- In the upper right, select Edit > Gitpod.
-
From a merge request:
- Go to your merge request.
- In the upper-right corner, select Code > Open in Gitpod.
Gitpod builds your development environment for your branch.