Skip to content

Commit 59199a1

Browse files
committed
Use dev target for tests
Signed-off-by: Federico Busetti <[email protected]>
1 parent 6e52de9 commit 59199a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab_ci/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ build-test:
33
stage: build
44
variables:
55
DOCKER_IMAGE_NAME: $CI_PROJECT_NAME-test
6+
DOCKER_TARGET: dev
67
rules:
78
# We run the pipeline only on merge requests or the `main` branch
89
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH

0 commit comments

Comments
 (0)