Fix category action test

This was the same test as before -.-
This commit is contained in:
sonny 2020-08-04 20:56:22 +02:00
parent bea0257cae
commit a820155fc0
8 changed files with 36 additions and 10 deletions

View file

@ -2,6 +2,7 @@ stages:
- build
- test
- lint
- release
- deploy
variables:
@ -25,4 +26,5 @@ include:
- local: '/gitlab-ci/build.yml'
- local: '/gitlab-ci/test.yml'
- local: '/gitlab-ci/lint.yml'
- local: '/gitlab-ci/release.yml'
- local: '/gitlab-ci/deploy.yml'