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