diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a747a556b3d953974879680c0f9a4d3782f8c25c..c3cb56765e1eb330d4001fc8a53c3df198c44394 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,4 @@ -### PIPELINE DEFINITION -stages: - - build - - test - - release - +# VARIABLES variables: DOCKER_BUILDKIT: 1 DOCKER_DRIVER: overlay2 @@ -12,6 +7,13 @@ variables: ########################################################################################################## +### PIPELINE DEFINITION +stages: + - build + - release + +########################################################################################################## + ### BUILD SECTION build: stage: build @@ -29,21 +31,6 @@ build: ########################################################################################################## -### TEST SECTION -test: - stage: test - image: "${CI_REGISTRY_IMAGE}:temp-$CI_PIPELINE_IID" - services: - - docker:dind - variables: - GIT_STRATEGY: "none" - GIT_DEPTH: 0 - script: - - ansible --version - - ansible -m ping localhost - -########################################################################################################## - ### RELEASE SECTION release: stage: release