Browse Source

Change order of CI jobs

 + 4.02 version of compiler is preferred one, should start first
Leo 8 years ago
parent
commit
931ed7e3b2
1 changed files with 7 additions and 7 deletions
  1. 7 7
      .gitlab-ci.yml

+ 7 - 7
.gitlab-ci.yml

@@ -4,6 +4,13 @@ stages:
   # Real distrubutions
   - real
 
+# OCaml version 4.02
+ocaml_402:
+  stage: test
+  image: ocaml/opam:alpine_ocaml-4.02.3
+  script: "./gitlab-ci.sh"
+  allow_failure: false
+
 # OCaml version 4.00
 ocaml_400:
   stage: test
@@ -18,13 +25,6 @@ ocaml_401:
   script: "./gitlab-ci.sh"
   allow_failure: true
 
-# OCaml version 4.02
-ocaml_402:
-  stage: test
-  image: ocaml/opam:alpine_ocaml-4.02.3
-  script: "./gitlab-ci.sh"
-  allow_failure: false
-
 # OCaml version 4.03
 ocaml_403:
   stage: test