From 0ba8017f947cc286343323e647680c8de345064e Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 24 May 2020 14:12:05 +0200
Subject: [PATCH] Include variables

---
 .gitlab-ci.yml | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91cd1d05..0167b8d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,21 +4,9 @@ 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/general.yml
     - project: "AlekSIS/official/AlekSIS"
       file: /ci/test.yml
     - project: "AlekSIS/official/AlekSIS"
-- 
GitLab