diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2bb6c9edc59835efb5dc765706a81a0f99c0eb13..a83cd4b881baa7b398aecfc0539e711f6821b44c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,15 +7,9 @@ before_script:
   - rebar3 update
 
 stages:
-  - compile
   - test
   - publish
 
-compile:
-  stage: compile
-  script:
-    - rebar3 as production do compile
-
 test:
   stage: test
   script: