diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-28 10:58:40 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-28 10:58:40 -0700 |
| commit | f7040bcc34ef7978896184c6ce25e21549859a05 (patch) | |
| tree | 94877be20843aa10238392cd82579da9e8a2f0fd | |
| parent | Why you no install packages right (diff) | |
| download | disml-f7040bcc34ef7978896184c6ce25e21549859a05.tar.xz disml-f7040bcc34ef7978896184c6ce25e21549859a05.zip | |
Why won't it work....
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e1d1b5..5a53974 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,9 @@ -image: ocaml/opam:latest +image: ocaml/opam2:latest before_script: - opam init - eval `opam config env` - opam update - - opam upgrade - opam install dune odoc pages: |