diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78f91ce303da6419bfc8a3928e386e6776d709b8..4e45714c81e556ca2d98f234c5f1fe7ac3efd3cd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,22 +22,11 @@ stages:
   - deploy
 
 include:
- - project: 'OSTC/infrastructure/pipelines'
-   file:
-    - 'dco.yaml'
-    - 'reuse.yaml'
  - local: '/.oniro-ci/build-generic.yaml'
  - local: '/.oniro-ci/test-generic.yaml'
  - local: '/.oniro-ci/machines-and-flavours.yaml'
  - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
 
-dco:
-  extends: .dco
-
-reuse:
-  extends: .reuse
-  # FIXME: https://git.ostc-eu.org/distro/oniro/-/issues/19
-  allow_failure: true
 
 build-docs:
   extends: .build-docs