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