Update .gitlab-ci.yml file
This commit is contained in:
parent
53c56bb2bb
commit
47e8f283fd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
# Stages run in sequential order, but jobs within stages run in parallel.
|
||||
#
|
||||
# For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages
|
||||
image: npm:latest
|
||||
image: node:latest
|
||||
stages: # List of stages for jobs, and their order of execution
|
||||
- build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue