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
bff52ebc
Commit
bff52ebc
authored
Jun 28, 2021
by
Antoine Thevenet
Browse files
changed the gitlab ci to handle npm test
parent
cf21e548
Pipeline
#14289
failed with stages
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bff52ebc
image
:
maven:3.8-openjdk-8
image
:
maven:3.8-openjdk-8
-alpine
stages
:
-
build
...
...
@@ -9,12 +9,7 @@ build:
stage
:
build
services
:
-
mongo:latest
before_script
:
-
apt-get update && apt-get install -y docker.io
script
:
-
docker --privileged run -i maven latest bash
-
docker container run alpine ls -l
-
cat /etc/os-release
-
apk add --update npm
-
npm install
-
npm i mocha -g
...
...
Write
Preview
Supports
Markdown
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