From: Petr Štetiar Date: Fri, 21 Aug 2020 06:00:00 +0000 (+0200) Subject: ci: fix YAML dependency issue X-Git-Tag: v3.0.0~16 X-Git-Url: http://git.openwrt.org/project/luci.git;master?a=commitdiff_plain;h=7297db81ba0a559457ff3e32157fc4c342528f53;p=web%2Ffirmware-selector-openwrt-org.git ci: fix YAML dependency issue Found errors in your .gitlab-ci.yml: test site with selenium job: dependency build site for target environment is not defined in prior stages Fixes: 53e7c4cd6919 ("ci: fix dependency for selenium test") Signed-off-by: Petr Štetiar --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0676f1..6a06c06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ build site on Python 3.8: CI_PYTHON_VERSION: "3.8" build site for target environment: - stage: test + stage: pre-build image: debian:9 before_script: - apt-get update; apt-get install -y make python3 ca-certificates