From 329e759213b587c1f5b5f7ad39f5bee1b5616b9e Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Wed, 13 Oct 2021 16:49:50 +0200 Subject: [PATCH] Use our own Docker image for CI --- .gitlab-ci.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 001fb03..7cdb0e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,4 @@ -image: python: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 +image: registry.gitlab.com/mindthegapps/vendor_gapps:latest verify: script: