From 554950ef727f4768783cd0818cc9d9707b0b09d4 Mon Sep 17 00:00:00 2001
From: Alexander Diewald <diewald@fortiss.org>
Date: Mon, 27 Jan 2020 14:08:13 +0100
Subject: [PATCH] CI: Add script section to deploy phase -> fix yaml

Signed-off-by: Alexander Diewald <diewald@fortiss.org>
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b34b9b..d271865 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,6 +62,8 @@ deploy:
   stage: deploy
   dependencies:
     - test
+  script:
+    - ls
   artifacts:
     paths:
       - products/af3/org.fortiss.af3.phoenix.product/target/products/org.fortiss.af3.phoenix.product-linux.gtk.x86_64.zip
-- 
GitLab