Delete Gitlab config

This commit is contained in:
rubenwardy 2021-05-03 17:55:29 +01:00
parent fb6b8e36ed
commit 978ea9e809
4 changed files with 1 additions and 23 deletions

View File

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Copy config
run: cp utils/gitlabci/* .
run: cp utils/ci/* .
- name: Build the Docker image
run: docker-compose build
- name: Start Docker

View File

@ -1,22 +0,0 @@
image: docker/compose
services:
- docker:dind
cache:
key: "$CI_COMMIT_REF_SLUG"
paths:
- /var/lib/docker
# build:
# stage: build
# script:
# - cp utils/gitlabci/* .
# - docker-compose build
UI_Test:
stage: test
script:
- cp utils/gitlabci/* .
- docker-compose up -d
- ./utils/run_migrations.sh
- ./utils/tests_cov.sh
- docker-compose down