You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- docker-compose -f docker-compose.test.yml up -d db
- docker-compose -f docker-compose.test.yml run --rm wait_for
- docker-compose -f docker-compose.test.yml run --rm server sh -c 'coverage run ./manage.py test && coverage report && coverage html && chmod -R 777 /app/reports'
after_script:
- docker-compose -f docker-compose.test.yml down
artifacts:
paths:
- ./reports
release:
stage: release
script:
- docker tag $BUILD_IMAGE $CONTAINER_RELEASE_IMAGE