Browse Source

m4 dependency missing

 + Trying to install it in a job, generalise then if it works
Leo 8 years ago
parent
commit
6ade3b83d6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitlab-ci.yml

+ 2 - 0
.gitlab-ci.yml

@@ -6,6 +6,8 @@ stages:
 
 # OCaml version 4.02
 ocaml_402:
+  before_script: 
+    - sudo apk update && sudo apk add m4
   stage: test
   image: ocaml/opam:alpine_ocaml-4.02.3
   script: "./gitlab-ci.sh"