From 2b3f0b412457070da6487d8913779b39c2a25429 Mon Sep 17 00:00:00 2001 From: RIHTARSIC Joze <joze.rihtarsic@ext.ec.europa.eu> Date: Wed, 31 Jan 2024 10:00:51 +0100 Subject: [PATCH] Disable docker integration tests for gitlab --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f5e1369c..1eda7a456 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,10 +20,11 @@ stages: # List of stages for jobs, and their order of execution - build-maven - security-scanning - - build-docker - - test-backend - - test-ui - visualization +# - build-docker +# - test-backend +# - test-ui +# - visualization include: @@ -135,7 +136,7 @@ build-docker-job: - echo "build maven artefacts Or import them from first step" - mvn clean verify -DskipTests=true -DskipITs=true - echo "build docker images..." - - ./smp-docker/images/build-docker-images.sh -o /datadrive/repo -c true + - ./domismp-tests/domismp-docker/images/build-docker-images.sh -o /datadrive/repo -c true - echo "docker images build complete." # backend tests on tomcat/mysql with sml integration -- GitLab