diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fb9546db2afff0affe3ce55a1408620889f939f7..d740ccd88b4648dbf2d0aba219f6de323978c683 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ image: alpine:latest
 
 stages:
   - bundle
+  - test
   - deploy
 
 variables:
@@ -30,6 +31,11 @@ bundle_and_test:
   only:
     - master
 
+test_api:
+  stage: test
+  script:
+    - run.sh test
+
 pages:
   stage: deploy
   before_script: