Skip to content
Snippets Groups Projects
Commit bcfc6e09 authored by Artur Castilho Lau's avatar Artur Castilho Lau
Browse files

python-test-job depends on deploy-prod in .gitlab-ci.yml file

parent 869e819c
No related branches found
No related tags found
No related merge requests found
Pipeline #230449 passed
...@@ -28,3 +28,4 @@ python-test-job: ...@@ -28,3 +28,4 @@ python-test-job:
stage: deploy stage: deploy
script: script:
- python -c "print('hello world')" - python -c "print('hello world')"
needs: ["deploy-prod"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment