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
ba3b52b2
Commit
ba3b52b2
authored
Jun 28, 2021
by
Antoine Thevenet
Browse files
changed the gitlab ci to handle npm test
parent
e54891ec
Pipeline
#14280
failed with stages
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ba3b52b2
...
...
@@ -7,6 +7,8 @@ stages:
build
:
stage
:
build
before_script
:
-
docker info
script
:
-
git submodule init
-
git submodule update
...
...
@@ -23,7 +25,10 @@ test:
-
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
...
...
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