diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9781098..6f485fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: build: stage: build - image: adoptopenjdk/openjdk14 + image: maven script: - echo "Start building App" - rm -rf restservice/src/main/resources/application.properties