From 8cff36e3af6182fcae54222c628c5e9978aa1c8b Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Thu, 11 Apr 2024 11:00:25 +0200 Subject: [PATCH] remove artifacts from gitlab example will be part of another PR if i got it working :D --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ae8e7f..61e243d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,13 +71,6 @@ test-unit: extends: .test script: - $RAKE spec - artifacts: - expire_in: "30 days" - when: always - paths: - - "rspec.xml" - reports: - junit: "rspec.xml" test-acceptance: extends: .test