diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0f40b6f48c44f1aabbe50b9c3778daf13f9c3d0..33ba40b6553c65c38298a4cdb2d22005bc7ea7fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,4 +4,4 @@
 
 include:
   - project: software/dev-profile
-    file: /gitlab/python+rtd.yml
+    file: /gitlab/python.yml
diff --git a/pyproject.toml b/pyproject.toml
index 502286cff192dbc764e6e7de91417176f840101d..dd2edbe003a1e8fd1626760bcbd2580fd90db90f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "hatchling.build"
 name = "idiap-devtools"
 dynamic = ["version"]
 requires-python = ">=3.10"
-description = "This package contains a *pot-pourri* of various tools required to develop python packages at Idiap's GitLab infrastructure"
+description = "A *pot-pourri* of various tools required to develop python packages at Idiap's GitLab infrastructure"
 readme = "README.md"
 license = "BSD-3-Clause"
 authors = [{ name = "Andre Anjos", email = "andre.anjos@idiap.ch" }]