diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eacfaad..94a92bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,10 +98,11 @@ build: when: on_success expire_in: 3 days paths: - - "*" + - "*" # Incluse everything exclude: - - ".*" - - ".*/**/*" + - ".*" # Exclude dot files + - ".*/**/*" # Exclude everything in the dot folders + - "Source/**/*" # Exclude everything in the Source folder #tests: # stage: test