diff --git a/.gitignore b/.gitignore index 6de641b..7018967 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ **/node_modules/ # Ignore python stuff -**/__pycache__ \ No newline at end of file +**/__pycache__ +**/.pytest_cache \ No newline at end of file diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index fe4f020..e9675ff 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: - Release variables: - ENTRY_FOLDER: "test" # test directory for testing CI/CD, or assets directory for normal operations + ENTRY_FOLDER: $CI_PROJECT_DIR/test # test directory for testing CI/CD, or assets directory for normal operations RELEASE_VERSION: v0.$CI_PIPELINE_IID PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${PACKAGE_NAME}/${RELEASE_VERSION}"