diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7410ff40..a18861e8a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -151,6 +151,15 @@ test:basic.sh:
   dependencies:
     - build
 
+test:contracts.sh:
+  stage: test
+  tags:
+    - tezos_builder
+  script:
+    - make -C test run-contracts.sh
+  dependencies:
+    - build
+
 build:docker:
   stage: build_docker
   image: docker:latest