1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 08:12:27 +00:00

speeding up testing of the CI pipeline

This commit is contained in:
J. Fernando Sánchez 2017-02-13 17:35:00 +01:00
parent 673992dbe8
commit 5371c83ab0

View File

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