Remove cached objects from previous build

This commit is contained in:
Charitha Goonetilleke 2020-05-17 16:04:29 +00:00
parent 0535e35834
commit 013900a464

View File

@ -12,6 +12,7 @@ cache:
build:
stage: build
script:
- rm -rf .m2/repository/
- mvn $MAVEN_CLI_OPTS clean install -Dmaven.test.skip=true
test: