Parcourir la source

Allow everything to fail to try to build everything and find what's wrong

Leo il y a 8 ans
Parent
commit
5ce4edc69b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -40,7 +40,7 @@ ocaml_403:
   stage: test
   image: ocaml/opam:alpine_ocaml-4.03.0
   script: "./gitlab-ci.sh"
-  allow_failure: false
+  allow_failure: true
 
 # OCaml version 4.03, with flambda optimisation
 ocaml_403_flambda: