ci: fix YAML dependency issue
authorPetr Štetiar <ynezz@true.cz>
Fri, 21 Aug 2020 06:00:00 +0000 (08:00 +0200)
committerPetr Štetiar <ynezz@true.cz>
Fri, 21 Aug 2020 06:00:00 +0000 (08:00 +0200)
 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>
.gitlab-ci.yml

index a0676f1ca6df0cba42038a8b3c2247e2807f00a8..6a06c0692e11ac8f701a77fded229ec80a92638c 100644 (file)
@@ -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