From d8b4986675f2f3f1a7bc18f224ada36c294cc4f4 Mon Sep 17 00:00:00 2001 From: Dennis Eisold <de@itstall.de> Date: Mon, 2 Dec 2019 05:32:16 +0100 Subject: [PATCH] Fixed .gitlab-ci.yml --- .gitlab-ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b0bfde..ea3af64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,10 +18,4 @@ Run JUnit tests and verify: reports: junit: - target/surefire-reports/TEST-*.xml - - target/failsafe-reports/TEST-*.xml - -enable_merge: - only: merge_requests - script: - - echo true - + - target/failsafe-reports/TEST-*.xml \ No newline at end of file -- GitLab