diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f694c4d..4c68ea6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,4 +17,4 @@ build-local: test: script: - docker build --tag recircle-backend:1.0 . - - docker run recircle-backend pipenv run python manage.py test + - docker run recircle-backend:1.0 pipenv run python manage.py test