Skip to content
Snippets Groups Projects
.gitlab-ci.yml 501 B
Newer Older
Tom Teichler's avatar
Tom Teichler committed
image: registry.edugit.org/teckids/team-sysadmin/docker-images/python-pimped:master

stages:
      - test
      - build

variables:
  GIT_SUBMODULE_STRATEGY: recursive
  PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
  FF_NETWORK_PER_BUILD: "true"

cache:
  key:
    files:
      - poetry.lock
      - pyproject.toml
  paths:
    - .cache/pip
    - .tox

include:
    - project: "AlekSIS/official/AlekSIS"
      file: /ci/test.yml
    - project: "AlekSIS/official/AlekSIS"
      file: /ci/build_dist.yml