diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e08f7bcf8e851e49d6401138d7b9a5a86130886..32a353af16183f0392aaf3af483267f28d21bbab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,9 @@
 stages:
-  - test
+  - lint
   - build
 
-test:
-  stage: test
+lint:
+  stage: lint
   image: buildkite/puppeteer
   variables:
     GIT_STRATEGY: clone
@@ -11,8 +11,6 @@ test:
     - apt-get update && apt-get install -y jq
     - yarn install
   script:
-    - yarn i18n-compile
-    - yarn test:unit
     - yarn lint
   cache:
     key: front_node_modules