Skip to content
Snippets Groups Projects
Commit 8d0550eb authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: Add stage 'test' to pipeline

parent 02225a2a
No related branches found
No related tags found
1 merge request!1Feature/mad 91 gitlab pipeline
Pipeline #694 failed
......@@ -3,14 +3,14 @@ default:
stages:
- build
- test
- deploy
- pages
before_script:
- python -V
- python -m venv venv
- . venv/bin/activate
- pip install build twine pytest
- pip install -e .
build:
stage: build
......@@ -23,6 +23,13 @@ build:
- dist/*.whl
expire_in: 2 days
test:
stage: test
tags:
- vips-runner
script:
- pytest
deploy:
stage: deploy
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment