Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-10 14:15:26 +00:00
parent 626ff483f0
commit 31637d3117

View File

@@ -20,5 +20,5 @@ deploy-job: # This job runs in the deploy stage.
tags:
- deployment
script:
- ls
- ls Web/dist
- echo "Application successfully deployed."