Fix YAML syntax.
[open-adventure.git] / .gitlab-ci.yml
index 092f9207b94712b836b77b6f308acd89d7bf9433..6e18032a136cd4ff359b50db400d1d4bd9c515a3 100644 (file)
@@ -1,8 +1,8 @@
 image: alpine
 
-before_script:
-  - git submodule sync --recursive
-  - git submodule update --init --recursive
+variables:
+  - GIT_SSL_CAPATH: /etc/ssl/certs
+  - GIT_CURL_VERBOSE: 1
 
 stages:
   - build