From a15030adaac952906b82bda2b74c9ce57fd3963c Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 14 Jul 2023 13:13:28 +0200 Subject: [PATCH] fix ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6b18ee..287b62e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,21 +25,21 @@ stages: - if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/' lint: - <<: *dev + <<: *py stage: lint&test script: - pip install -r dev_requirements.txt - pyb lint pytest: - <<: *dev + <<: *py stage: lint&test script: - pip install -r dev_requirements.txt - pyb test pypi-stable: - <<: *dev + <<: *py <<: *tag_only stage: upload script: