Skip to content
Snippets Groups Projects
Verified Commit 3fb4b51c authored by Mira Manninen's avatar Mira Manninen
Browse files

Test the environment

parent 3396b2fb
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ stages:
build:
stage: build
rules:
- if: '$CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG != null'
- if: '$CI_COMMIT_BRANCH == "master"'
when: always
- if: '$CI_MERGE_REQUEST_ID != null'
when: always
......@@ -25,6 +25,7 @@ build:
- "www/"
untracked: true
script:
- env
- yarn "install" --immutable
test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment