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

try again

parent 7a1d0ccc
No related branches found
No related tags found
5 merge requests!9Error 1,!7Boundary tests,!6Task 2 coverage test,!5Task 2 coverage test,!3Google calendar
...@@ -2,8 +2,8 @@ variables: ...@@ -2,8 +2,8 @@ variables:
HEROKU_APP_NAME: tdt4242-base HEROKU_APP_NAME: tdt4242-base
HEROKU_REGISTRY_IMAGE: registry.heroku.com/${HEROKU_APP_NAME}/web HEROKU_REGISTRY_IMAGE: registry.heroku.com/${HEROKU_APP_NAME}/web
image: python:3
test: test:
image: python:3
script: script:
# this configures Django application to use attached postgres database that is run on `postgres` host # this configures Django application to use attached postgres database that is run on `postgres` host
- cd backend/secfit - cd backend/secfit
...@@ -11,7 +11,6 @@ test: ...@@ -11,7 +11,6 @@ test:
- pip install -r requirements.txt - pip install -r requirements.txt
- python manage.py test - python manage.py test
image: docker:stable
services: services:
- docker:dind - docker:dind
...@@ -19,6 +18,7 @@ stages: ...@@ -19,6 +18,7 @@ stages:
- build_and_deploy - build_and_deploy
build_and_deploy: build_and_deploy:
image: docker:stable
stage: build_and_deploy stage: build_and_deploy
script: script:
- apk add --no-cache curl - apk add --no-cache curl
......
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