Commit 09891206 authored by Thomas Boni's avatar Thomas Boni
Browse files

update files name

parent 23fcdd39
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ variables:
  DOCKER_DRIVER: overlay2
  DOCKER_TLS_CERTDIR: ""  # https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
  # Go2Scale global variables
  BOT_USER_ID: '5097980' # TODO: use your own BOT ID
  BOT_USER_ID: '' # TODO: use your own BOT ID
  TEMPLATES_REPO_URL: 'gitlab.com/go2scale/templates.git'
  TEMPLATES_REPO_USER: ''
  GITLAB_URL: $CI_SERVER_URL
@@ -33,14 +33,10 @@ include:
  # Gitlab AutoDevops
  - template: Jobs/Build.gitlab-ci.yml
  - template: Security/Container-Scanning.gitlab-ci.yml
  - template: Security/SAST.gitlab-ci.yml
  # Go2Scale DevSecOps
  - project: go2scale/jobs
    ref: master # TODO: set a tag here
    file: quality_check.yml
  - project: go2scale/jobs
    ref: master # TODO: set a tag here
    file: helm.yml
    file: quality_check.gitlab-ci.yml

unit_tests:
  image: python:3.7-alpine3.10