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