diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c7542a075dbf5cf833e273dcbfdabbe798fac36..b112a7fd47d9170e10da856965ed668d389c0024 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,10 +64,11 @@ format-pfam:
     - "get-pfam"
   before_script:
     - pip install pandas
-    - mv Pfam-A.hmm.dat scripts/
+    - ls -al
+    # - mv Pfam-A.hmm.dat scripts/
   script:
     - ./scripts/pfam-a-hmm-to-csv.py
-    - mv ./scripts/Pfam-A.hmm.dat.csv content/_partial/pfam-a-hmm.csv
+    - mv Pfam-A.hmm.dat.csv content/_partial/pfam-a-hmm.csv
   artifacts:
     paths:
       - content/_partial/pfam-a-hmm.csv