From 9a0ecdcc23a25c73da67c644c40d1e9567ec0675 Mon Sep 17 00:00:00 2001
From: Christian Weber <c.weber@cern.ch>
Date: Thu, 1 Sep 2022 06:47:39 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d0b5c5..e2e6318 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,9 @@ code-build: # This job runs in the build stage, which runs first.
     script:
         - pwd
         - source /release_setup.sh
+        - cpack -G RPM
+        - ls -lah
+        - mv *.rpm ../ZX_PostProcessingPlotter.rpm
     artifacts:
         name: rpm
         paths:
-- 
GitLab