diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2bd4eb0e0ed3cec81b274735ef25ce3facb5e66f..ef3bac2cd987a62f2606532c3ce5fa3cd72bd819 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,10 +3,6 @@ include:
       file: /ci/general.yml
     - project: "AlekSIS/official/AlekSIS"
       file: /ci/prepare/lock.yml
-    - project: "AlekSIS/official/AlekSIS"
-      file: /ci/test/lint.yml
-    - project: "AlekSIS/official/AlekSIS"
-      file: /ci/test/security.yml
     - project: "AlekSIS/official/AlekSIS"
       file: /ci/build/dist.yml
     - project: "AlekSIS/official/AlekSIS"
diff --git a/pyproject.toml b/pyproject.toml
index dc16171d0ca73666bd6f9fbd0c1cfa7e25eeb59b..3d69549e64a230139ddc83b91b539d10c5e75ab6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,6 @@ django-formtools = "2.2"
 django-starfield = "^1.0"
 aleksis-app-postbuero = { version = "^2.0.1.dev0", allow-prereleases = true }
 aleksis-app-tezor = { version = "^2.0dev1", allow-prereleases = true }
-aleksis-app-kort = { version = "0.3.dev0" , allow-prereleases = true }
 
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "*"