diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b61fdcc..3b8bd34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - build +- upload .build_docker_images: image: docker:stable @@ -32,7 +33,7 @@ stages: - share images_build: - stage: build + stage: upload extends: .build_docker_images variables: UNITTEST_IMAGE_TAG: $CI_REGISTRY_IMAGE/unittest:$CI_COMMIT_TAG-$CI_COMMIT_SHA @@ -64,6 +65,8 @@ rpm_build: PULP3_REPO_NAME: tsg-stable-x86_64.el7 PULP3_DIST_NAME: tsg-stable-x86_64.el7 extends: .build_rpm + dependencies: + - images_build only: - tags