Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
beacon
Commits
c2044969
Commit
c2044969
authored
Sep 05, 2019
by
Jacek Lebioda
Browse files
Removed building docker-compose images on merge requests
parent
bcc97c02
Pipeline
#13575
passed with stage
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c2044969
...
...
@@ -21,11 +21,4 @@ test:
-
cd code/frontend/ && pwd && yarn install --pure-lockfile --cache-folder ../../.yarn && node node_modules/gulp/bin/gulp.js
-
cd ../backend && pwd
-
coverage run setup.py test
-
coverage report -m
test_docker
:
stage
:
test
script
:
-
docker-compose build
only
:
-
merge_requests
\ No newline at end of file
-
coverage report -m
\ No newline at end of file
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