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:
.build:
stage: build
image: docker:24
needs:
- "format-data"
variables:
CONTEXT: "."
DOCKERFILE: "Dockerfile"
......@@ -57,6 +59,8 @@ get-pfam:
format-pfam:
image: python:3.11
stage: format-data
needs:
- "get-pfam"
before_script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment