From 7297db81ba0a559457ff3e32157fc4c342528f53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Fri, 21 Aug 2020 08:00:00 +0200 Subject: [PATCH] ci: fix YAML dependency issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2