@@ -0,0 +1,8 @@
+#!/usr/bin/fish
+# Job script for continuous integration
+# Please rename to : WebLand.run
+set fish_trace 1
+
+git clone --depth 1 https://gogs.jovian-hersemeule.eu/DricomDragon/WebLand.git repo
+exec repo/ci/install-web-files.fish
@@ -1,3 +0,0 @@
-#!/usr/bin/fish
-# Job script for continuous integration
-# Please rename to : WebLand.run