diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..f5b66421f94cc08bf5ef1e3dc7e84740d28629c5
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+variables:
+  osname: apertis
+  release: v2021dev2
+
+include:
+  - project: tests/helper-tools
+    ref: apertis/v2021dev2
+    file: /gitlab-ci/update-test-binaries.yaml
+
+update-test-binaries:
+  stage: build
+  extends:
+    - .update-test-binaries