Ona
- Tier: Free, Premium, Ultimate
- Offering: GitLab.com, GitLab Self-Managed
With Ona (formerly 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 Ona continuously builds your Git branches like a CI/CD server.
This means you don’t have to wait for dependencies to download and builds to start coding immediately. With Ona you can start coding instantly on any project, branch, and merge request from your browser.
To use the GitLab Ona integration, you must enable it 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 Ona, see the Ona features and documentation.
Enable Ona in your user preferences
With the Ona 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 Ona integration checkbox and select Save changes.
Configure a GitLab Self-Managed instance
- Tier: Free, Premium, Ultimate
- Offering: GitLab Self-Managed, GitLab Dedicated
For GitLab Self-Managed, a GitLab administrator must:
- Enable the Ona integration in GitLab:
- On the left sidebar, at the bottom, select Admin.
- On the left sidebar, select Settings > General.
- Expand the Ona configuration section.
- Select the Enable Ona integration checkbox.
- Enter the Ona instance URL (for example,
https://app.ona.com
). - Select Save changes.
- Register the instance in Ona. For more information, see the Ona documentation.
GitLab users can then enable the Ona integration for themselves.
Launch Ona in GitLab
After you enable Ona, 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 Code > Ona.
From a merge request:
- Go to your merge request.
- In the upper-right corner, select Code > Open in Ona.
Ona builds your development environment for your branch.