Parcourir la source

Normalise name of oclaunch pin for CI

 + coherent with the name in opam file
Leo il y a 8 ans
Parent
commit
0091998b60
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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