diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b8025b..f6f7d73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ocaml/opam2:latest +image: ocaml/opam:latest before_script: - sudo apt-get -y install m4 pkg-config libssl-dev libffi-dev |