Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
I
instrumented-soap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
thelabnyc
instrumented-soap
Commits
41f91c22
Commit
41f91c22
authored
May 06, 2019
by
Craig Weber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add SAST job template
parent
50cbbe66
Pipeline
#60984189
passed with stage
in 6 minutes and 35 seconds
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
.gitlab-ci.yml
.gitlab-ci.yml
+12
-5
No files found.
.gitlab-ci.yml
View file @
41f91c22
...
...
@@ -3,20 +3,27 @@ stages:
services
:
[]
before_script
:
-
pip install tox
include
:
-
project
:
thelabnyc/gitlab-ci-templates
file
:
/ci/sast.gitlab-ci.yml
test_python:3.5:
stage
:
test
image
:
python:3.5
script
:
tox -e 'py35-django{111,200,210,220}'
script
:
-
pip install tox
-
tox -e 'py35-django{111,200,210,220}'
test_python:3.6:
stage
:
test
image
:
python:3.6
script
:
tox -e 'py36-django{111,200,210,220}'
script
:
-
pip install tox
-
tox -e 'py36-django{111,200,210,220}'
test_python:3.7:
stage
:
test
image
:
python:3.7
script
:
tox -e 'py37-django{200,210,220}'
script
:
-
pip install tox
-
tox -e 'py37-django{200,210,220}'
Write
Preview
Markdown
is supported
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