Commit 9210ba17 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix pipeline job order

parent 37400aa7
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ Build Package:

Pin:
  # Pin dependencies in requirements.txt for reproducing pipeline results
  stage: test
  stage: build
  extends: [.python]
  script:
  - pip install --prefer-binary -e .
@@ -117,7 +117,7 @@ Check Tag:
Upload Package:
  stage: deploy
  extends: [.python]
  needs: ["Build Package"]
  dependencies: ["Build Package"]
  rules:
  - if: $CI_COMMIT_TAG =~ /^v[0-9]/
  script: