diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ff93ba..0d4970f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,4 +32,5 @@ full-test-uutils: - cargo install --path . - git clone https://github.com/uutils/coreutils.git ~/uutils-coreutils - cd ~/uutils-coreutils + - apt update && apt install -y python3-sphinx - makers build test busytest |