Pull new base Docker images during CI.
This commit is contained in:
parent
3f22a99412
commit
4a1ee8c911
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: python:3.7.0-alpine3.8
|
image: python:3.7.0-alpine3.8
|
||||||
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
- tox
|
- tox
|
||||||
|
|
Loading…
Reference in a new issue