Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
WestCoastSwing
/
RelativePlacement
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
74c24f41
...
74c24f412beff9722dc4f87f655bd1a2e0dae177
authored
2016-12-01 19:32:15 +0100
by
Vincent Peybernes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
1 parent
766bca6b
Pipeline
#2
for
74c24f41
passed
in 0 seconds
Changes
1
Pipelines
1
Builds
10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
74c24f4
...
@@ -4,7 +4,11 @@ cache:
...
@@ -4,7 +4,11 @@ cache:
4
paths
:
4
paths
:
5
-
node_modules/
5
-
node_modules/
6
6
7
test_async
:
7
stages
:
8
-
test
9
10
node_test
:
11
stage
:
test
8
script
:
12
script
:
9
-
npm install
13
-
npm install
10
-
npm test
14
-
npm test
...
...
Please
register
or
sign in
to post a comment