diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21de841..4c7d8ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ container: DOCKER_BUILDKIT: 1 stage: test script: - - docker build -t website . + - docker build -t website --target production . .python_test_template: &python_test_template image: python:3.10