From da1ae8d7219c412e5ae39e1dd0896a2517f27bd6 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 31 Oct 2022 22:19:30 +0200 Subject: [PATCH] Test scheduled job --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 893ccd9..433028c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,6 +143,14 @@ deploy:production: after_script: - docker logout "$CI_REGISTRY" +cleanup:test: + image: docker:stable + stage: cleanup + only: + - schedules + script: + echo test + docker_prune:dev: image: docker:stable stage: cleanup