Browse Source

Normalise name of oclaunch pin for CI

 + coherent with the name in opam file
Leo 8 years ago
parent
commit
0091998b60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gitlab-ci.sh

+ 1 - 1
gitlab-ci.sh

@@ -29,7 +29,7 @@ opam install ocamlfind
 opam install alcotest oUnit
 
 # Installing dependancies and testing installation
-opam pin add oclaunch-ci .
+opam pin add oclaunch .
 echo "============"
 
 # Run test if OC_NOTEST is false