From 5d2bff88d8f64fdfd4c53e7df8975b4c75898a1e Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 16 Apr 2025 12:35:24 +0200 Subject: [PATCH] fixes --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 240782a..037bd4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,7 +132,6 @@ test:python: interruptible: true rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - - if: $CI_COMMIT_TAG - if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH changes: @@ -150,7 +149,7 @@ test:python: # - python:3.10-alpine # - python:3.9-alpine before_script: - - apt-get update && apt-get install -y python3-dev python3-pip python3-venv gcc + - apk --no-cache add openssl - python3 -m venv venv - source venv/bin/activate - pip install --upgrade pip @@ -385,7 +384,7 @@ deploy:pacman: release: image: registry.gitlab.com/gitlab-org/release-cli:latest stage: .post - needs: [ test:python ] + needs: [ build:docker, build:apt, build:pacman ] rules: - if: $CI_COMMIT_TAG script: