From 94e90379e7179a869b2b8c64cb0c499e0b6b41dc Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Wed, 4 Oct 2023 14:49:52 +0200
Subject: [PATCH] error in path

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c7542a0..b112a7fd 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
-- 
GitLab