Browse Source

Amend Gitlab CI script

 + Forgotten "-y" option in  opam install
Leo 9 years ago
parent
commit
a587d87faa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gitlab-ci.sh

+ 1 - 1
gitlab-ci.sh

@@ -12,7 +12,7 @@ opam --git-version
 ocaml -version
 ocaml -version
 
 
 # ocamlfind is mandatory to build
 # ocamlfind is mandatory to build
-opam install ocamlfind
+opam install -y ocamlfind
 
 
 # Building OcLaunch and running tests
 # Building OcLaunch and running tests
 ./configure --enable-tests
 ./configure --enable-tests