Update .gitlab-ci.yml file

This commit is contained in:
Ben Shiller 2021-12-23 03:11:48 +00:00
parent 0c715abd3a
commit 6d9b31e354

View File

@ -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 .