Add test for urn actions.
[open-adventure.git] / .gitlab-ci.yml
index ea8b0482f582a6b6a21215826d3335312119c633..f30b2db730df090a525cc1645c86c5f355e976ad 100644 (file)
@@ -1,5 +1,9 @@
 image: alpine
 
+variables:
+  GIT_SUBMODULE_STRATEGY: "recursive"
+  GIT_SSL_NO_VERIFY: "true"
+
 stages:
   - build
   - test
@@ -106,6 +110,7 @@ test:release:
 pages:
   stage: deploy
   script:
+    - mkdir public
     - mv coverage public
   artifacts:
     paths: