Skip to content
Snippets Groups Projects
Commit 805ec822 authored by Pernille Welle-Watne's avatar Pernille Welle-Watne
Browse files

add testing to pipeline

parent 75c58432
No related branches found
No related tags found
4 merge requests!9Error 1,!7Boundary tests,!6Task 2 coverage test,!5Task 2 coverage test
......@@ -6,15 +6,15 @@ stages:
# - test
- deploy
#test:
# image: python:3
# stage: test
# script:
test:
image: python:3
stage: test
script:
# this configures Django application to use attached postgres database that is run on `postgres` host
# - cd backend/secfit
# - apt-get update -qy
# - pip install -r requirements.txt
# - python manage.py test
- cd backend/secfit
- apt-get update -qy
- pip install -r requirements.txt
- python manage.py test
deploy:
image: ruby
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment