From e9bbd554712e10b27a3f90f8bfb91a0efd09f113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Mon, 12 Aug 2024 21:53:13 +0200 Subject: [PATCH] fix tests --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ca6981..c008174 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: .test: stage: test - before_script: + script: - pip install --break-system-packages --upgrade Cython setuptools pip coverage nose2 - pip install --break-system-packages -r requirements.txt - python setup.py build_ext --inplace @@ -21,6 +21,6 @@ test_python310: image: python:3.10 -test_python310: +test_python311: extends: .test image: python:3.11 \ No newline at end of file -- GitLab