Fixed bug preventing frontend tests to be skipped when -DskipTests is set

This commit is contained in:
Philipp Czora
2018-08-01 13:54:15 +02:00
parent b27f4c277c
commit 952067acb9

View File

@@ -68,6 +68,7 @@
</goals>
<configuration>
<script>test-ci</script>
<skip>${skipTests}</skip>
</configuration>
</execution>
</executions>