Skip to content
Snippets Groups Projects
Commit 0577f40b authored by Jan David Mol's avatar Jan David Mol
Browse files

Combine pull & build steps

parent 6ee5d80c
Branches
No related tags found
No related merge requests found
......@@ -20,21 +20,12 @@ prepare_ci_base_docker_image:
#
# PREPARE STAGE
#
pull_docker_images:
stage: prepare
image: ci_base:$CI_COMMIT_SHORT_SHA
script:
- cd docker-compose
- make pull
needs:
- prepare_ci_base_docker_image
build_docker_images:
stage: prepare
image: ci_base:$CI_COMMIT_SHORT_SHA
script:
- cd docker-compose
- make pull
- make build
needs:
- prepare_ci_base_docker_image
- pull_docker_images
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment