From 9dac139e25cc1b1733b58d7dba665a76722ac9a9 Mon Sep 17 00:00:00 2001 From: Ivan Nikolaev-Axenov Date: Thu, 30 May 2024 11:59:57 +0300 Subject: [PATCH] .gitlab-ci.yml updated v5 --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4618efea9..489278a5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,6 @@ image: variables: GIT_SUBMODULE_STRATEGY: recursive - MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true" - MAVEN_CLI_OPTS: "-s /settings.xml -P nbki --batch-mode" DOCKER_PROXY: "mirror.gcr.io" stages: @@ -26,5 +24,5 @@ test: stage: test script: - cd clr_test - - docker compose rm -f - - docker compose up --force-recreate --build --abort-on-container-exit --exit-code-from clearing_system + - docker compose build --no-cache + - docker compose up --abort-on-container-exit --exit-code-from clearing_system