diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08ae6a0de702694b412df9693dc73c5c19885850..f65a992ee4d49692a786354bc3f4b1b91d651b19 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ stages:
 
 building_stage:
    stage: build
+   tags: ["np-tmcode"]
    allow_failure: false
    artifacts:
       paths:
@@ -48,6 +49,7 @@ building_stage:
 
 running_stage:
    stage: run
+   tags: ["np-tmcode"]
    allow_failure: false
    needs:
       - job: building_stage
@@ -79,6 +81,7 @@ running_stage:
       
 testing_stage:
    stage: test
+   tags: ["np-tmcode"]
    allow_failure: true
    needs:
       - job: building_stage