From 9cad2a1892ccd069f2e9120b6435557c32ffbd25 Mon Sep 17 00:00:00 2001 From: BZoennchen Date: Tue, 10 Jul 2018 13:40:29 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01570976d..8e00d6a69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ unit_tests_with_coverage: # skip this tests. # # Use following (exclamation) syntax to skip test(s). Please note, - # exclamation mark must be escaped with backslash. + # exclamation mark may be inserted to escape the "!". # # #Exclude one test class, by using the explanation mark (!) # mvn test -Dtest=!LegacyTest -- GitLab