diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffc10d1a9f033b9db2b4950284e6b4d052182657..2f527518775a07c25bd5e9ce98dbfc7c92e02248 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ pages:
   rules:
     - if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"' 
   script:
-    - git clone -b 6.2.0 https://github.com/root-project/jsroot.git public
+    - git clone -b 6.1.0 https://github.com/root-project/jsroot.git public
     - cp .htaccess public/.
     - cp -r macros public/.
     - cd public && ln -s index.htm index.html && cd ..