From 7240d7d04e832ac5c4055c12c393324680724432 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Wed, 2 Jul 2025 11:19:51 +0200 Subject: [PATCH] Fix typo in GitLab CI artifact path and include test report files in artifacts --- .gitlab-ci.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23dae76..889dd71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - build - on_commit - sonarcloud_scan - - deploy_pages + - deploy variables: GITLAB_CLONE_DIR: "/builds/th-schwarz/CloudflareDNS-java" @@ -51,6 +51,16 @@ on_commits: - merge_request - develop +pages: + stage: deploy + script: + - echo "Publishing to GitLab Pages..." + artifacts: + paths: + - public + only: + - develop + sonarcloud_scan: stage: sonarcloud_scan dependencies: