diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9ed3594..326cde23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ build: artifacts: paths: - build/coverage - expire_in: 2 days + expire_in: 1 hour test: stage: test @@ -33,8 +33,7 @@ test: artifacts: paths: - build/coverage - expire_in: 2 days - + expire_in: 1 hour coverage: stage: coverage needs: @@ -44,4 +43,4 @@ coverage: artifacts: paths: - build/coverage/coverage_html - expire_in: 2 days + expire_in: 1 hour