From a381ac6b87987bf8add1811617cc76c7c778f7f5 Mon Sep 17 00:00:00 2001 From: "francisco.schulz" Date: Tue, 18 Apr 2023 15:38:32 +0200 Subject: [PATCH] temp diable tests --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c581ab4..e499f87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,14 +26,14 @@ cache: - ${PIP_CACHE_DIR}/.cache/pip stages: - # - test + - test - build -run-tests: - stage: test - script: - - echo "Running pytest against the package" - - pytest ./tests +# run-tests: +# stage: test +# script: +# - echo "Running pytest against the package" +# - pytest ./tests build-pkg-dev: stage: build