Commit b0401ec4 by Chif Gergő

Build image in tests

Build again in test step, hopefully it will using cached layers of docker engine.
parent 477ac0c9
Pipeline #1190 failed with stage
in 10 seconds
image: python:3.6
before_script:
- docker info
- git submodule sync --recursive
- git submodule update --init --recursive
......@@ -17,4 +16,5 @@ build-local:
test:
script:
- docker build --tag recircle-backend:1.0 .
- docker run recircle-backend pipenv run python manage.py test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment