Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb
Commits
ed661f99
Commit
ed661f99
authored
May 14, 2019
by
Steffen Vogel
🎅🏼
Committed by
Steffen Vogel
May 15, 2019
Browse files
use our own Dockerimage in CI
parent
790e9a2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ed661f99
variables
:
GIT_SUBMODULE_STRATEGY
:
normal
CI
:
"
true"
cache
:
untracked
:
true
...
...
@@ -12,8 +11,17 @@ cache:
-
.yarn
stages
:
-
prepare
-
build
-
test
prepare
:
stage
:
prepare
script
:
-
docker build -t villas/web-dev .
tags
:
-
linux
-
shell
build_job
:
stage
:
build
...
...
@@ -22,7 +30,7 @@ build_job:
script
:
-
npm install
-
npm run build
image
:
node:7.9.0-slim
image
:
villas/web-dev
artifacts
:
paths
:
-
build/
...
...
@@ -34,7 +42,7 @@ test_job:
stage
:
test
script
:
-
npm test
image
:
node:7.9.0-slim
image
:
villas/web-dev
dependencies
:
-
build_job
tags
:
...
...
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