From c28f8bf127c4958c6818a064a4be839853800cc7 Mon Sep 17 00:00:00 2001
From: Maria Petrova <m.petrova@fz-juelich.de>
Date: Thu, 2 Dec 2021 18:09:44 +0100
Subject: [PATCH] Missing stage in CD

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 740dea9..428f2bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,7 @@ stages:
   - build
   - publish
   - deploy
+  - cleanup
 
 test:
   stage: test
-- 
GitLab