diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 207accff69ca1ece46f46ce9ef817d464fcdaa30..46ddbcf0daf857afd5cd243dcd71470d1ab2754e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,14 +7,10 @@ before_script:
   - pwd
   - pip3 install networkx
 
-build:
-  stage: build
-  script:
-    - pip3 install .
-
 test:
   stage: test
   coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
   script:
+    - pip3 install .
     - pytest --cov=.