diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2faf705b..0a0dd4c92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,6 +57,8 @@ coverage: RUSTFLAGS: "-Zinstrument-coverage" LLVM_PROFILE_FILE: "arti-%p-%m.profraw" script: + - apt-get update && apt-get install -y python3-pip python3-setuptools + - pip3 install beautifulsoup4 - rustup toolchain add nightly - rustup default nightly - rustup component add llvm-tools-preview