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
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
Merged
Issue/68
issue/68
into
development
Overview
1
Commits
12
Pipelines
10
Changes
1
Merged
Vytor Calixto
requested to merge
issue/68
into
development
8 years ago
Overview
1
Commits
12
Pipelines
10
Changes
1
Expand
Fix simcaq/SCRUM#68
0
0
Merge request reports
Viewing commit
6bc1f0dd
Prev
Next
Show latest version
1 file
+
1
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6bc1f0dd
Add sed that enables debug
· 6bc1f0dd
Vytor Calixto
authored
8 years ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -17,6 +17,7 @@ run_tests:
@@ -17,6 +17,7 @@ run_tests:
script
:
script
:
-
ping -W1 -c1 mongo
-
ping -W1 -c1 mongo
-
mv config.json.example config.json
-
mv config.json.example config.json
-
sed -i -e 's/"debug"
:
false
/"debug"
:
true
/g' config.json
-
gulp build
-
gulp build
-
cd build/
-
cd build/
-
mocha
-
mocha
Loading