diff --git a/debian/apertis/local-gitlab-ci.yml b/debian/apertis/local-gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..2f4eee6bc9f33a9c1986a43c13318c917fc02fb4
--- /dev/null
+++ b/debian/apertis/local-gitlab-ci.yml
@@ -0,0 +1,14 @@
+hello:
+  stage: test
+  tags: [ lightweight ]
+  image: $DOCKER_IMAGE
+  script:
+    - echo This is a local pipeline
+    - ls
+    - env --null | sort -z | tr '\0' '\n'
+  needs:
+    - pipeline: $PARENT_PIPELINE_ID
+      job: prepare-build-env
+      artifacts: true
+  rules:
+    - when: on_success
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 341278448b89c84b6b116320dab20aec486fd4b9..4a0adabc41092752af49ed012711fc538679fa84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dash (0.5.11+git20200708+dd9ef66-5apertis0.1) apertis; urgency=medium
+
+  * Non-maintainer upload.
+  * Fake changes while testing the GitLab-to-OBS pipeline
+
+ -- root <test@example.com>  Wed, 03 Aug 2022 15:19:26 +0000
+
 dash (0.5.11+git20200708+dd9ef66-5apertis0) apertis; urgency=medium
 
   * Sync from Debian debian/bullseye.