diff --git a/python-packages/README.md b/python-packages/README.md
index c573871422f5c52064421f320bba5f108fd32cd1..b35789d6806095dc75824bfe026af3078c133fe1 100644
--- a/python-packages/README.md
+++ b/python-packages/README.md
@@ -9,3 +9,12 @@ include:
   - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/pages.yml
   - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/artifactory.yml
 ```
+
+You can include the execution order in yout .gitlab-ci.yml file as follows:
+
+```yml
+stages:
+  - virtualenv
+  - test
+  - deploy  # pages and artifactory upload
+```