From 969837c8be068d720572093821b3beecbc7587c9 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Mon, 24 Sep 2018 23:04:06 +0200 Subject: Don't use dune-template for apidoc dune-template works for the build jobs but followup jobs are different enough to make reuse more confusing than useful IMO. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf9be860f9..15fcdf371a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -288,13 +288,12 @@ doc:ml-api:ocamldoc: - dev/ocamldoc doc:ml-api:odoc: - <<: *dune-template stage: test dependencies: - build:egde:dune:dev + script: make -f Makefile.dune apidoc variables: OPAM_SWITCH: edge - DUNE_TARGET: apidoc artifacts: name: "$CI_JOB_NAME" paths: -- cgit v1.2.3