Use our own Docker image for CI
This commit is contained in:
@@ -1,15 +1,4 @@
|
|||||||
image: python:latest
|
image: registry.gitlab.com/mindthegapps/vendor_gapps:latest
|
||||||
|
|
||||||
variables:
|
|
||||||
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- .cache/pip
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- python -V # Print out python version for debugging
|
|
||||||
- pip install requests
|
|
||||||
|
|
||||||
verify:
|
verify:
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user