Job not being picked up...
This commit is contained in:
parent
a2356e3288
commit
270eab46f6
|
@ -1,9 +1,5 @@
|
||||||
stages:
|
|
||||||
- test
|
|
||||||
- build
|
|
||||||
|
|
||||||
test_api:
|
test_api:
|
||||||
stage: test
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker-compose -f api/test.yml build
|
- docker-compose -f api/test.yml build
|
||||||
script:
|
script:
|
||||||
|
@ -15,7 +11,6 @@ test_api:
|
||||||
- dind
|
- dind
|
||||||
|
|
||||||
build_front:
|
build_front:
|
||||||
stage: build
|
|
||||||
image: node:6-alpine
|
image: node:6-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- cd front
|
- cd front
|
||||||
|
@ -39,7 +34,6 @@ build_front:
|
||||||
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: test
|
|
||||||
image: alpine
|
image: alpine
|
||||||
before_script:
|
before_script:
|
||||||
- cd docs
|
- cd docs
|
||||||
|
|
Loading…
Reference in New Issue