diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7b06e576d45ed4641293c3af15918f09f254688..e7820db3dd4e4a7c62f6c368d534be254c1e3daf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -145,19 +145,19 @@ build-env: - docker push $CI_REGISTRY/$CI_PROJECT_PATH/build-env checkstyle: - image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:78e2c639424515635266552f286335ff1d09b29505d5830b61b3d0d6b7ce178f + image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:43ca04a98adaa2dc2c2d4ce5da58a2514f08d10b7784b3df8c328debac7afc51 stage: test script: - ./gradlew checkstyleMain checkstyleTest spotbugs: - image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:78e2c639424515635266552f286335ff1d09b29505d5830b61b3d0d6b7ce178f + image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:43ca04a98adaa2dc2c2d4ce5da58a2514f08d10b7784b3df8c328debac7afc51 stage: test script: - ./gradlew :spotbugsMain :core:spotbugsMain :worker:spotbugsMain test: - image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:78e2c639424515635266552f286335ff1d09b29505d5830b61b3d0d6b7ce178f + image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:43ca04a98adaa2dc2c2d4ce5da58a2514f08d10b7784b3df8c328debac7afc51 stage: test script: - ./gradlew test @@ -189,7 +189,7 @@ test-coverage: cobertura: build/reports/jacoco/jacocoRootReport/cobertura.xml jar-core: - image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:78e2c639424515635266552f286335ff1d09b29505d5830b61b3d0d6b7ce178f + image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:43ca04a98adaa2dc2c2d4ce5da58a2514f08d10b7784b3df8c328debac7afc51 stage: jar script: - ./gradlew bootJar @@ -199,7 +199,7 @@ jar-core: expire_in: 1h jar-worker: - image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:78e2c639424515635266552f286335ff1d09b29505d5830b61b3d0d6b7ce178f + image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:43ca04a98adaa2dc2c2d4ce5da58a2514f08d10b7784b3df8c328debac7afc51 stage: jar script: - ./gradlew :worker:jar