From 32a4b11f3dc8f1665e3576ef4683c203588f35dd Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Thu, 27 Oct 2022 17:17:23 +0200 Subject: [PATCH] WIP: Pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28cb550f..0e666c6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,7 +106,7 @@ build-testenv: pages_prepare: &pages_prepare tags: [ cached-dind ] stage: deploy - needs: [ code_style, pylint, unittest ] + needs: [ code_style, pylint, unittest_py3.8 ] only: refs: - /^release-.*$/i -- GitLab