diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a37f352565e905e3d74de5bf12e003e5a76344a7..2f527518775a07c25bd5e9ce98dbfc7c92e02248 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ pages:
   script:
     - 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 ..
       #- cp index.htm public/.
       #- cp -r `root-config --prefix`/js public
diff --git a/macros/athena.C b/macros/athena.C
new file mode 100644
index 0000000000000000000000000000000000000000..64fbf309c685284308dd540e9d4146a5f000f7bf
--- /dev/null
+++ b/macros/athena.C
@@ -0,0 +1,7 @@
+void athena() {
+  // make barrel trackers visible
+  gGeoManager->GetVolume("AllSiliconVtx_10")->InvisibelAll(false);
+  gGeoManager->GetVolume("AllSiliconTrkBarrel1_12")->InvisibelAll(false);
+  gGeoManager->GetVolume("AllSiliconTrkBarrel2_14")->InvisibelAll(false);
+  gGeoManager->GetVolume("RWellTrackerBarrel_23")->InvisibelAll(false);
+}