X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=.gitlab-ci.yml;h=9a39e1364c31a060204e4d5b3ec30eff895c7922;hb=dd0a2edf67b46436fe14550f01babc9f1c8e2765;hp=69715bba937ea7824975a1a545f5002e9a4cd279;hpb=489c52affbdd678c08d1da7a68c4722b33bb23cd;p=mpd-sima.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69715bb..9a39e13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,11 @@ # Official language image. Look for the different tagged releases at: -# https://hub.docker.com/r/library/python/ +# https://hub.docker.com/_/python image: python:3 +include: + - local: .gitlab/gitlab-templates.yml + - local: .gitlab/pylint.yml + variables: #XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache"