BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
133a2886
Commit
133a2886
authored
Nov 08, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'qa/gb/add-qa-internal-tests-to-the-pipeline' into 'master'
Add Internal QA specs to the pipeline See merge request gitlab-org/gitlab-ce!15240
parents
b579cc76
499f85c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
.gitlab-ci.yml
.gitlab-ci.yml
+10
-0
No files found.
.gitlab-ci.yml
View file @
133a2886
...
...
@@ -587,6 +587,16 @@ codequality:
artifacts
:
paths
:
[
codeclimate.json
]
qa:internal
:
stage
:
test
variables
:
SETUP_DB
:
"
false"
services
:
[]
script
:
-
cd qa/
-
bundle install
-
bundle exec rspec
coverage
:
<<
:
*dedicated-runner
<<
:
*except-docs
...
...
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