Skip to content

Commit 8a90864

Browse files
Updated pipeline to latest auto.
1 parent e26c211 commit 8a90864

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
include:
2-
- https://gitlab.com/jitesoft/gitlab-ci-lib/raw/master/dependency_scanning.yml
3-
4-
stages:
5-
- test
1+
variables:
2+
PHP_COMMON_SNIFF_FILE: ruleset.xml
63

7-
test:
8-
image: registry.gitlab.com/jitesoft/dockerfiles/phpunit:7.4
9-
script:
10-
- composer install --no-interaction --prefer-dist
11-
- composer test
12-
13-
scan:
14-
extends: .scan:composer
4+
include:
5+
- file: /php/auto.yml
6+
project: jitesoft/gitlab-ci-lib

0 commit comments

Comments
 (0)