From a5eb322060cc00f70ea56757b6e3902911b737c6 Mon Sep 17 00:00:00 2001 From: Ciapa Date: Sun, 16 Apr 2023 19:49:49 +0000 Subject: [PATCH] Make sure tests are not skipped --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00798c6..ac7ad9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ test: rules: - if: $CI_PIPELINE_SOURCE == "schedule" when: never + - when: always deploy: stage: deploy