From a9884b517e4c2232bde6aa392b3b3545217d30c1 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Wed, 4 Oct 2023 14:42:16 +0200 Subject: [PATCH] typo --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26650e43..0ad516c6 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: -- GitLab