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 <ynezz@true.cz>
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