From fb77f3c4edbaebee372b88a789efea5803ff21ff Mon Sep 17 00:00:00 2001 From: BZoennchen Date: Thu, 12 Jul 2018 17:01:46 +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 8e00d6a69..bda993948 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,5 +22,5 @@ unit_tests_with_coverage: # mvn test -Dtest=!com.mycompany.app.Legacy* script: - mvn clean - - mvn test -Dtest=!TestConvolution,!TestBitonicSort + - mvn test -Dtest=!TestConvolution,!TestBitonicSort,!TestCLLinkedList -- GitLab