aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 388797a1..5ad39e32 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ docs:
before_script:
- apt-get update && apt-get install --yes --no-install-recommends cmake make gcc libc6-dev umps3 python3-sphinx sphinx-common python3-sphinxcontrib.qthelp
script:
- - mkdir build && cd build && cmake .. && cmake --build .
+ - mkdir build && cd build && cmake -DBUILD_TESTING=OFF .. && cmake --build .
- mkdir ../ecm-docs && mv docs/html/* ../ecm-docs/
artifacts:
name: ecm-docs-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}