diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26650e43b1d5fd7666056e1fa879a5fbf41fba23..0ad516c6dfa93098ffed457f4050e51c98f95ee9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ stages:
   stage: build
   image: docker:24
   needs: 
-    - "format-data"
+    - format-pfam
   variables:
     CONTEXT: "."
     DOCKERFILE: "Dockerfile"
@@ -60,7 +60,6 @@ get-pfam:
 format-pfam:
   image: python:3.11
   stage: format-data
-
   needs:
     - "get-pfam"
   before_script: