diff --git a/development.rst b/development.rst
index 2bcefe39a71914694fd8e4194d23a8cdb9676aad..06d3071576496fcc4f9047016e0cda5026a98247 100644
--- a/development.rst
+++ b/development.rst
@@ -72,7 +72,8 @@ Building Debian package
 -----------------------
 
 In the package root directory, run `dpkg-buildpackage --no-sign -sa`. After successful build the package can be found in the parent directory and installed using `dpgk -i ../mpsd-hpc-tools_<version>_all.deb`.
-
+By default, every MR will trigger a build of the package in the CI pipeline. The `.deb` package will be uploaded to the  repository as an artifact at the end of the pipeline.
+The latest build artifact can be found at `https://gitlab.gwdg.de/mpsd-cs/mpsd-hpc-tools/-/jobs/artifacts/main/raw/artifacts.zip?job=package`.
 
 Versioning
 ----------