Skip to content
Snippets Groups Projects
Commit 750a753a authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

Continue running test and checks in gitlab pipelines

parent 911e864c
Branches
Tags
1 merge request!2Gradle + CI improvements
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -30,13 +30,13 @@ test:
stage: test
tags:
- exec-docker
script: ./gradlew test
script: ./gradlew test --continue
checkstyle:
stage: check
tags:
- exec-docker
script: ./gradlew checkstyle
script: ./gradlew checkstyle --continue
allow_failure: true
artifacts:
paths:
......@@ -56,7 +56,7 @@ pmd:
stage: check
tags:
- exec-docker
script: ./gradlew pmd
script: ./gradlew pmd --continue
allow_failure: true
artifacts:
paths:
......@@ -76,7 +76,7 @@ spotbugs:
stage: check
tags:
- exec-docker
script: ./gradlew spotbugs
script: ./gradlew spotbugs --continue
allow_failure: true
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment