Skip to content

GitLab

ICE Connect users have access to a GitLab software development platform. The service is free for all ICE users.

https://gitlab.ice.ri.se

Use this platform to create and manage source code repositories with Git version control.

GitLab CI/CD

GitLab CI/CD (Continuous Integration/Continuous Delivery) is a software development system that automates the building, testing, and deployment of software.

GitLab Pages

GitLab Pages is a feature that allows you to publish static websites directly from a GitLab repository. You can host your website under a URL like

https://pages.ice.ri.se/<group>/<project>

GitLab Container Registry

The GitLab Container Registry allows you to build and push Docker images from your CI/CD pipelines and pull images for deployment.