From: Moritz Warning Date: Thu, 20 Aug 2020 12:50:42 +0000 (+0200) Subject: add ca-certificates to test environment X-Git-Tag: v3.0.0~17 X-Git-Url: http://git.openwrt.org/project/luci.git;master?a=commitdiff_plain;h=e1eed3031b95839ed8b55f27f60bf42897ab9aa8;p=web%2Ffirmware-selector-openwrt-org.git add ca-certificates to test environment --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a1e087..a0676f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ build site for target environment: stage: test image: debian:9 before_script: - - apt-get update; apt-get install -y make python3 + - apt-get update; apt-get install -y make python3 ca-certificates script: - cp -R ./www ./build - misc/collect.py scrape https://downloads.openwrt.org build