]> kaliko git repositories - mpd-sima.git/blobdiff - .gitlab-ci.yml
Fixed previous commit, cannot apply shuffle on MetaContainer
[mpd-sima.git] / .gitlab-ci.yml
index 69715bba937ea7824975a1a545f5002e9a4cd279..9a39e1364c31a060204e4d5b3ec30eff895c7922 100644 (file)
@@ -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"