Skip to content
Snippets Groups Projects
Commit 67d364a8 authored by Martin Weise's avatar Martin Weise
Browse files

prevent runner from caching too much

Former-commit-id: 361c4028
parent c9fa12cf
No related branches found
No related tags found
1 merge request!23Sprint results
...@@ -24,12 +24,12 @@ build-docker: ...@@ -24,12 +24,12 @@ build-docker:
build-metadata-db: build-metadata-db:
stage: build stage: build
script: script:
- docker system prune -f --volumes
- "mvn -f fda-metadata-db/pom.xml clean install" # local maven2 repository - "mvn -f fda-metadata-db/pom.xml clean install" # local maven2 repository
test-backend-container: test-backend-container:
stage: test stage: test
script: script:
- docker system prune -f
- "./fda-container-service/rest-service/src/test/resources/integration-test.before" - "./fda-container-service/rest-service/src/test/resources/integration-test.before"
- "mvn -f fda-container-service/pom.xml clean test verify" - "mvn -f fda-container-service/pom.xml clean test verify"
- "./fda-container-service/rest-service/src/test/resources/integration-test.after" - "./fda-container-service/rest-service/src/test/resources/integration-test.after"
...@@ -50,7 +50,6 @@ test-backend-container: ...@@ -50,7 +50,6 @@ test-backend-container:
test-backend-database: test-backend-database:
stage: test stage: test
script: script:
- docker system prune -f
- "./fda-database-service/rest-service/src/test/resources/integration-test.before" - "./fda-database-service/rest-service/src/test/resources/integration-test.before"
- "mvn -f fda-database-service/pom.xml clean test verify" - "mvn -f fda-database-service/pom.xml clean test verify"
- "./fda-database-service/rest-service/src/test/resources/integration-test.after" - "./fda-database-service/rest-service/src/test/resources/integration-test.after"
...@@ -81,7 +80,6 @@ test-backend-gateway: ...@@ -81,7 +80,6 @@ test-backend-gateway:
test-backend-query: test-backend-query:
stage: test stage: test
script: script:
- docker system prune -f
- "./fda-query-service/rest-service/src/test/resources/integration-test.before" - "./fda-query-service/rest-service/src/test/resources/integration-test.before"
- "mvn -f fda-query-service/pom.xml clean test verify" - "mvn -f fda-query-service/pom.xml clean test verify"
- "./fda-query-service/rest-service/src/test/resources/integration-test.after" - "./fda-query-service/rest-service/src/test/resources/integration-test.after"
...@@ -102,7 +100,6 @@ test-backend-query: ...@@ -102,7 +100,6 @@ test-backend-query:
test-backend-table: test-backend-table:
stage: test stage: test
script: script:
- docker system prune -f
- "./fda-table-service/rest-service/src/test/resources/integration-test.before" - "./fda-table-service/rest-service/src/test/resources/integration-test.before"
- "mvn -f fda-table-service/pom.xml clean test verify" - "mvn -f fda-table-service/pom.xml clean test verify"
- "./fda-table-service/rest-service/src/test/resources/integration-test.after" - "./fda-table-service/rest-service/src/test/resources/integration-test.after"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment