Update .gitlab-ci.yml file
This commit is contained in:
parent
0c715abd3a
commit
6d9b31e354
|
@ -12,6 +12,11 @@ cache:
|
||||||
paths:
|
paths:
|
||||||
- .cache/pip
|
- .cache/pip
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- test
|
||||||
|
- build
|
||||||
|
- push
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -22,7 +27,7 @@ test:
|
||||||
script:
|
script:
|
||||||
- pytest
|
- pytest
|
||||||
|
|
||||||
docker build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- docker build -t my_homepage .
|
- docker build -t my_homepage .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user