speeding up testing of the CI pipeline

pull/8/merge
J. Fernando Sánchez 7 years ago
parent 673992dbe8
commit 5371c83ab0

@ -2,7 +2,7 @@ image: docker:latest
services:
- docker:dind
- docker:dind
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
@ -22,7 +22,7 @@ stages:
- .venv/
- pip-cache/
key: "$CI_PROJECT_NAME"
stage: test
stage: deploy
script:
- pip install virtualenv
- virtualenv -q .venv
@ -51,9 +51,9 @@ test-2.7:
script:
- docker build -f $DOCKERFILE . -t $IMAGE_NAME
- docker push $IMAGE_NAME
only:
- tags
- triggers
# only:
# - tags
# - triggers
image-master:
<<: *image_definition

Loading…
Cancel
Save