Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simcaq-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
simcaq-node
Merge requests
!21
Issue/68
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Issue/68
issue/68
into
development
Overview
1
Commits
12
Pipelines
10
Changes
1
Merged
Issue/68
Vytor Calixto
requested to merge
issue/68
into
development
Sep 29, 2016
Overview
1
Commits
12
Pipelines
10
Changes
1
Fix simcaq/SCRUM#68
0
0
Merge request reports
Viewing commit
03a709c7
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
03a709c7
Add config.json to CI file
· 03a709c7
Vytor Calixto
authored
Oct 3, 2016
.gitlab-ci.yml
+
1
−
0
View file @ 03a709c7
Edit in single-file editor
Open in Web IDE
Show full file
@@ -8,6 +8,7 @@ before_script:
run_tests
:
stage
:
test
script
:
-
mv config.json.example config.json
-
gulp build
-
cd build/
-
mocha
Loading