Skip to content
Snippets Groups Projects
Commit 391862a8 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

ci fixes

parent b9e69d52
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,12 @@ stages:
build-doc:
stage: build
image: ubuntu:20.04
tags:
- node
script:
- apt update
- apt upgrade -y
- apt install -y curl sudo
- curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
- apt install -y nodejs
- npm install --global yarn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment