Update .gitlab-ci.yml file

This commit is contained in:
2022-01-21 10:50:27 +00:00
parent 12dceb913f
commit cd989e7e4d

View File

@ -4,7 +4,6 @@ workflow: # for entire pipeline
changes: # ...and when these files have changed
- "*.py"
- "Dockerfile"
- ".gitlab-ci.yml"
docker-build:
stage: build