Commit 8d6beb7f authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

tests ci suite

parent d4809c63
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -10,15 +10,16 @@ variables:

build:
  stage: build
  image: node:18-alpine3.15
  image: debian:bullseye-backports
  rules:
    - if: $CI_COMMIT_TAG
  before_script:
    - apk add bash
    - apk add zip
    - apk add git
    - apk add python3
    - apk add mkdocs
#    - apk add bash
#    - apk add zip
    - apt-get install nodejs
    - apt-get install git
    - apt-get install python3
    - apt-get install mkdocs
    - yarn install --prefer-offline
  script:
    - MAX_VERSION=$(node -p -e "require('./package.json').version")