Skip to content
Snippets Groups Projects
Commit 0fc1d902 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add needs

parent c80a7941
No related branches found
Tags 0.3.0
No related merge requests found
Pipeline #72679 passed
...@@ -60,6 +60,8 @@ Build Node Image: ...@@ -60,6 +60,8 @@ Build Node Image:
#### ####
Build Angular: Build Angular:
needs:
- Build Node Image
stage: test stage: test
extends: .node extends: .node
script: script:
...@@ -68,6 +70,8 @@ Build Angular: ...@@ -68,6 +70,8 @@ Build Angular:
- npm run build - npm run build
Lint: Lint:
needs:
- Build Node Image
stage: test stage: test
extends: .node extends: .node
script: script:
...@@ -78,6 +82,8 @@ Lint: ...@@ -78,6 +82,8 @@ Lint:
#### ####
Publish npm: Publish npm:
needs:
- Build Node Image
stage: publish stage: publish
image: ${NODE_IMAGE_NAME} image: ${NODE_IMAGE_NAME}
extends: .dev-tags extends: .dev-tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment