Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Antoine Thevenet
clif-webui
Commits
5bc35f65
Commit
5bc35f65
authored
Jun 29, 2021
by
Antoine Thevenet
Browse files
changed the gitlab ci to handle npm test
parent
7fff0404
Pipeline
#14357
failed with stages
in 15 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5bc35f65
...
...
@@ -2,7 +2,6 @@ image: alpine:3.8
stages
:
-
build
-
test
-
deploy
build
:
...
...
@@ -24,24 +23,6 @@ build:
paths
:
-
target/clif-webui-*.war
test
:
stage
:
test
services
:
-
mongo:latest
dependencies
:
-
build
before_script
:
-
docker info
script
:
-
docker run -t -i maven latest -c bash
-
docker container run alpine ls -l
-
cat /etc/os-release
-
apk add --update npm
-
npm install
-
npm i mocha -g
-
mocha --timeout 10000 --exit
pages
:
stage
:
deploy
only
:
...
...
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