From 5371c83ab0554e67e1dee420b7694ebaf8f4c9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Mon, 13 Feb 2017 17:35:00 +0100 Subject: [PATCH] speeding up testing of the CI pipeline --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da1802a..73a9902 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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