Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kristoffer Håkon Håkonsen
tdt4242-base
Commits
56cf9670
Commit
56cf9670
authored
Mar 05, 2021
by
Pernille Nødtvedt Welle-Watne
Browse files
Update .gitlab-ci.yml
parent
b3550a14
Pipeline
#113648
passed with stage
in 1 minute and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
56cf9670
...
...
@@ -3,18 +3,18 @@ variables:
HEROKU_APP_NAME_FRONTEND
:
tdt4242-base-secfit
stages
:
-
test
#
- 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment