diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64583fd1bf4bf77ad3d13d690323bdac58a13135..6d71f587d97beff64aefdf021a5cc31464420f8e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,20 +9,12 @@ cache:
 
 before_script:
   - cd tests/platform-ci
-  # Check if running locally ($CI_PROJECT_ID is 0 then) and run setup.sh in
-  # this case
-  - if [ "$CI_PROJECT_ID" = "0" ]; then ./setup.sh; fi
+  - time ./setup.sh
 
 stages:
-  - setup
   - syntax
   - deploy
 
-setup:
-  stage: setup
-  script:
-    - ./setup.sh
-
 lint:
   stage: syntax
   script: