From bed0e1ee2ed22bef305a8b26a0b8a38c423f8274 Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Wed, 20 Dec 2023 16:43:26 +0000 Subject: [PATCH] Validate .gitlab-ci.yml file --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96e825ab..bb757e74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,11 +25,11 @@ building_stage: artifacts: paths: - build/cluster/* - - build/sphere/* - - build/trapping/* + - build/sphere/* + - build/trapping/* exclude: - ".git*" - - ".git/**/*" + - ".git/**/*" expire_in: 2 hours script: # bash commands to be executed @@ -49,11 +49,11 @@ running_stage: artifacts: paths: - build/cluster/* - - build/sphere/* - - build/trapping/* + - build/sphere/* + - build/trapping/* exclude: - ".git*" - - ".git/**/*" + - ".git/**/*" expire_in: 2 hours script: # bash commands to be executed @@ -82,12 +82,12 @@ testing_stage: needs: - job: running_stage artifacts: - - paths: + paths: - build/cluster/pycompare.html - - build/sphere/pycompare.html + - build/sphere/pycompare.html exclude: - ".git*" - - ".git/**/*" + - ".git/**/*" expire_in: 2 hours script: # bash commands to be executed -- GitLab