From 8f03f3b5045c9e443f02ca34b9bd400474ed7393 Mon Sep 17 00:00:00 2001 From: knj Date: Thu, 21 Dec 2023 12:48:20 +0100 Subject: [PATCH] copy pytest.ini file from scripts dir --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bc603618..ff8f3ba19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,7 @@ stages: - cp -r $SCRIPTS_DIR/ci . - cp -r $SCRIPTS_DIR/scripts . - cp -r $SCRIPTS_DIR/tests . + - cp $SCRIPTS_DIR/pytest.ini . # TODO: this needs to be updated in case the reference is updated .remove-unsupported-testcases: &remove-unsupported-testcases -- GitLab