diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a2866fcfa7a0d87ba6908d491bac730e4061e30..b7d64ac821443a82ccc091959dc2e0730f101e61 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 + - mvn test -Dtest=\!TestConvolution+TestBitonicSort