diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 262e9bfa93e493f9e807b751354ab0a9a2f74853..ba2c72e430eee2065efd8fce0f5eece6a535a045 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ workflow: - if: $CI_COMMIT_TAG != null build-dev: - image: node:latest + image: node:16 tags: - spraaksamlingene_01 stage: build @@ -36,7 +36,7 @@ build-dev: - dist build-prod: - image: node:latest + image: node:16 tags: - spraaksamlingene_01 stage: build