diff --git a/debian/apertis/local-gitlab-ci.yml b/debian/apertis/local-gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a402e003ae1691b829db81b43398927c8798bf3a
--- /dev/null
+++ b/debian/apertis/local-gitlab-ci.yml
@@ -0,0 +1,12 @@
+test:
+  stage: test
+  image: $DOCKER_IMAGE
+  tags:
+    - lightweight
+  script:
+    - apt build-dep -y .
+    - make check
+  needs:
+    - pipeline: $PARENT_PIPELINE_ID
+      job: prepare-build-env
+      artifacts: true