Skip to content
Snippets Groups Projects
Commit 5c0b4262 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Create a dependencies to format-data in build

parent 4cb05ff4
No related branches found
No related tags found
No related merge requests found
Pipeline #112452 failed
...@@ -17,6 +17,8 @@ stages: ...@@ -17,6 +17,8 @@ stages:
.build: .build:
stage: build stage: build
image: docker:24 image: docker:24
needs:
- "format-data"
variables: variables:
CONTEXT: "." CONTEXT: "."
DOCKERFILE: "Dockerfile" DOCKERFILE: "Dockerfile"
...@@ -57,6 +59,8 @@ get-pfam: ...@@ -57,6 +59,8 @@ get-pfam:
format-pfam: format-pfam:
image: python:3.11 image: python:3.11
stage: format-data
needs: needs:
- "get-pfam" - "get-pfam"
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment