Skip to content
Snippets Groups Projects
Commit cdf72d54 authored by Daniel Gal's avatar Daniel Gal
Browse files

CI

parent 8f641680
No related branches found
No related tags found
No related merge requests found
Pipeline #1621 failed
image: docker:latest
stages:
- test
before_script:
- docker build -t starter-api -f Dockerfile.dev api
Test:
stage: test
script:
- docker run starter-api python src/manage.py test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment