@@ -2,6 +2,11 @@ stages:
- test
before_script:
+ - apt-get update
+ - curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
+ - apt-get install -y nodejs
+# - apt-get install -y npm
+ - npm install --global yarn
- yarn install
unit:
@@ -1,5 +1,8 @@
# admin
+[](http://gitlab.2iopenservice.com/vincent/admin/-/commits/master)
+[](http://gitlab.2iopenservice.com/vincent/admin/-/commits/master)
+
## Build Setup
```bash