Skip to content
Snippets Groups Projects
Commit 2b8d999a authored by François Agneray's avatar François Agneray
Browse files

Update gitlab-ci (client, server)

parent 21942bd0
No related branches found
No related tags found
1 merge request!29Develop
Pipeline #5967 failed
Pipeline: anis-next

#5969

    Pipeline: anis-next

    #5968

      ......@@ -14,7 +14,7 @@ install_dependencies:
      cache:
      key: ${CI_COMMIT_REF_SLUG}
      paths:
      - node_modules
      - client/node_modules
      policy: pull-push
      script:
      - cd client
      ......@@ -26,7 +26,7 @@ sonar_scanner:
      cache:
      key: ${CI_COMMIT_REF_SLUG}
      paths:
      - node_modules
      - client/node_modules
      policy: pull
      script:
      - cd client
      ......@@ -45,7 +45,7 @@ build:
      cache:
      key: ${CI_COMMIT_REF_SLUG}
      paths:
      - node_modules
      - client/node_modules
      policy: pull
      script:
      - cd client
      ......@@ -53,7 +53,7 @@ build:
      - ng build
      artifacts:
      paths:
      - dist
      - client/dist
      dockerize:
      image: docker:stable
      ......
      ......@@ -17,7 +17,7 @@ install_dependencies:
      cache:
      key: ${CI_COMMIT_REF_SLUG}
      paths:
      - vendor
      - server/vendor
      policy: pull-push
      test:
      ......@@ -26,7 +26,7 @@ test:
      cache:
      key: ${CI_COMMIT_REF_SLUG}
      paths:
      - vendor
      - server/vendor
      policy: pull
      script:
      - cd server
      ......@@ -39,7 +39,7 @@ test:
      --coverage-text --colors=never ./tests
      artifacts:
      paths:
      - coverage
      - server/coverage
      sonar_scanner:
      image: sonarsource/sonar-scanner-cli:latest
      ......@@ -61,7 +61,7 @@ dockerize:
      cache:
      key: ${CI_COMMIT_REF_SLUG}
      paths:
      - vendor
      - server/vendor
      policy: pull
      dependencies: []
      script:
      ......
      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