From 17a4c7fefc2d71cf19382ca8d1ec8a327af33b1b Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 4 Sep 2018 22:19:24 +0200 Subject: Use pipeline-readable job names. --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52b39191..d645eac1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ lint: tags: - docker -test on 3.7 / alpine: +test-3.7-alpine: <<: *test-template image: python:3.7-alpine before_script: @@ -58,7 +58,7 @@ test on 3.7 / alpine: paths: - .coverage -test on 3.6 / alpine: +test-3.6-alpine: <<: *test-template image: python:3.6-alpine before_script: @@ -67,7 +67,7 @@ test on 3.6 / alpine: - pipenv install --system - python manage.py migrate -test on 3.6 / stretch: +test-3.7-stretch: <<: *test-template image: python:3.6-stretch services: @@ -79,7 +79,7 @@ test on 3.6 / stretch: - pipenv install --system - python manage.py migrate -test on 3.7 / stretch: +test-3.6-stretch: <<: *test-template image: python:3.6-stretch services: @@ -94,7 +94,7 @@ test on 3.7 / stretch: pages: stage: deploy dependencies: - - test on 3.7 / alpine + - test-3.7-alpine before_script: - pip install coverage script: @@ -104,7 +104,7 @@ pages: - public expire_in: 30 days -push docker image: +push-image: image: docker:stable-git stage: deploy script: -- cgit v1.2.3