diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 651246f4c9ce0ab84a759e2e62ae0e3cbb0d5bf1..7df0b090a1ed8e3bd5ec0d0b896582a196854b10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,8 @@ build:
 ragdoc_build:
   image: git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-builder
   stage: ragdoc_build
+  script:
+    - .
   artifacts:
     paths:
       - "data/"
@@ -34,6 +36,8 @@ ragdoc_build:
 ragdoc_view:
   image: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-view"
   stage: ragdoc_view
+  script:
+    - .
   artifacts:
     paths:
       - "dist/"