From 654e342d6f7b62b9cf0faf8ff394503243713a83 Mon Sep 17 00:00:00 2001 From: Richard Eisenberg <rae@richarde.dev> Date: Wed, 24 Jul 2019 16:04:06 -0400 Subject: [PATCH] CI --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6e53de..8264520 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,8 @@ variables: build-tex: # image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV" - image: "ocaml/opam2:latest" + image: "ocaml/opam2:latest" + script: - opam install ott - make haskell.tex -- GitLab