From d0430d7f77ab5bacc37deacb09fa579003095575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Haas?= <juergen.haas@lakedrops.com> Date: Fri, 17 Apr 2020 15:56:13 +0200 Subject: [PATCH] Include the crontabs CI definitions as well --- .gitlab-ci-template.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci-template.yml b/.gitlab-ci-template.yml index a89e056..5347aa3 100644 --- a/.gitlab-ci-template.yml +++ b/.gitlab-ci-template.yml @@ -2,6 +2,9 @@ stages: - build - deploy +include: + - local: '/crontabs.yml' + before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY -- GitLab