Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tdt4242-base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rolf Erik Sesseng Aas
tdt4242-base
Commits
80e91da4
Commit
80e91da4
authored
4 years ago
by
Rolf Aas
Browse files
Options
Downloads
Patches
Plain Diff
trying to start backend for frontend testing
parent
0d38dba4
No related branches found
No related tags found
2 merge requests
!9
Boundary value testing
,
!8
Revert "Merge branch 'master' into 'develop'"
Pipeline
#116374
failed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
.gitlab-ci.yml
with
8 additions
and
0 deletions
.gitlab-ci.yml
+
8
−
0
View file @
80e91da4
...
@@ -39,6 +39,14 @@ test-frontend:
...
@@ -39,6 +39,14 @@ test-frontend:
-
develop
-
develop
-
master
-
master
-
boundary-value-testing
-
boundary-value-testing
before_script
:
-
cd backend/secfit
-
echo "Installing and running backend for frontend testing"
-
apt-get update -qy
-
apt-get install python3
-
pip3 install -r requirements.txt
-
python manage.py. migrate
-
gunicorn --pythonpath 'backend/secfit' secfit.wsgi --log-file - &
script
:
script
:
-
cd frontend
-
cd frontend
-
echo "Installing required packages"
-
echo "Installing required packages"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment