Explorar o código

Use our own Docker image for CI

LuK1337 %!s(int64=3) %!d(string=hai) anos
pai
achega
329e759213
Modificáronse 1 ficheiros con 1 adicións e 12 borrados
  1. 1 12
      .gitlab-ci.yml

+ 1 - 12
.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: