diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80de1d04887249c8f5e72e7232837babf94950d8..927a0028346734a49eddda99bb1a2f6dfe01d9fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,14 @@ dgad-cli: - dgad --domains wikipedia.org sjdkahflaksdjhf.net - dgad --csv tests/data/domains_todo.csv +pip:install: + stage: .post + image: python:3.9 + script: + - pip install dgad + rules: + - if: ($CI_COMMIT_TAG =~ /^v[0-9]+(\.[0-9]+){2}(.*)$/) + redis-worker: stage: build inherit: @@ -72,7 +80,7 @@ snyk:container:nobase: python:twine:pypi: image: registry.gitlab.com/just-ci/images/python:3.9 - stage: .post + stage: build before_script: - cat $pypirc > .pypirc script: