gitlab-ci: Enable building on CentOS7
[bbaumbach/samba-autobuild/.git] / bootstrap / .gitlab-ci.yml
index ac2557719538ad762c348c6f3d6c6073ad7e4772..1b07c54afd2d537387fc106768f0ea26c2306ed2 100644 (file)
@@ -107,7 +107,10 @@ fedora28:
   extends: .build_image_template_force_broken
 
 centos7:
-  extends: .build_image_template_force_broken
+  extends: .build_image_template
+  variables:
+    # Shallow copies are not supported by git on CentOS7
+    GIT_DEPTH: ""
 
 centos6:
   extends: .build_image_template_force_broken