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
805ec822
Commit
805ec822
authored
Mar 05, 2021
by
Pernille Welle-Watne
Browse files
add testing to pipeline
parent
75c58432
Pipeline
#113651
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
805ec822
...
...
@@ -6,15 +6,15 @@ stages:
# - 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