aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-04 22:19:24 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-04 22:19:24 +0200
commit17a4c7fefc2d71cf19382ca8d1ec8a327af33b1b (patch)
treec734675d75dc26d2f76f04996fa3f09a6617ba58
parentAdd missing argument. (diff)
Use pipeline-readable job names.
-rw-r--r--.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
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: