diff options
| author | Matias Goldfeld <[email protected]> | 2021-01-26 05:36:26 -0500 |
|---|---|---|
| committer | Matias Goldfeld <[email protected]> | 2021-01-26 05:36:26 -0500 |
| commit | 6a9ff3a033f98e44d423d750e383ca8b562f5566 (patch) | |
| tree | 8f9f6fbce546947faa208bbb4d836211319d22a6 | |
| parent | Fixed CI (diff) | |
| download | disml-6a9ff3a033f98e44d423d750e383ca8b562f5566.tar.xz disml-6a9ff3a033f98e44d423d750e383ca8b562f5566.zip | |
Updated CI image from outdated ocaml/opam2 to ocaml/opam
| -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 |