Skip to content
Snippets Groups Projects
Commit 6b8a7173 authored by Chris Krawietz's avatar Chris Krawietz
Browse files

Update .gitlab-ci.yml file

parent 79cffa9d
Branches
Tags
No related merge requests found
Pipeline #209 passed
stages: stages:
- linting - linting
- deploy - pages
linting: linting:
stage: linting stage: linting
...@@ -12,8 +12,8 @@ linting: ...@@ -12,8 +12,8 @@ linting:
- yarn install - yarn install
- yarn lint - yarn lint
deploy: pages:
stage: deploy stage: pages
image: node:lts image: node:lts
cache: cache:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment