feat: needs test to success
This commit is contained in:
parent
55ca8a7b84
commit
238a34d023
@ -1,5 +1,6 @@
|
||||
build:
|
||||
stage: build
|
||||
needs: ["test"]
|
||||
image: debian:stable-slim
|
||||
script:
|
||||
- rm -rf tests .git .gitignore script
|
||||
|
@ -1,5 +1,6 @@
|
||||
deploy:
|
||||
stage: deploy
|
||||
needs: ["test"]
|
||||
image: slumber/docker-python
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
|
@ -1,5 +1,5 @@
|
||||
pages:
|
||||
needs: ["build"]
|
||||
needs: ["test"]
|
||||
stage: doc
|
||||
image: python:3.7-alpine
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user