diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 48166dc..c393ab3 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -19,7 +19,7 @@ variables: # TODO: refacto this (as Reference or something else) - ${ENTRY_FOLDER}/${PACKAGE_NAME}/* script: - - echo testing ${PACKAGE_NAME}.md + - echo generating manifest for ${ENTRY_FOLDER}/${PACKAGE_NAME} gen-manifest-job/valid_set: variables: @@ -33,7 +33,7 @@ gen-manifest-job/valid_set: changes: - ${ENTRY_FOLDER}/${PACKAGE_NAME}/* script: - - echo testing ${PACKAGE_NAME}.md + - echo testing ${ENTRY_FOLDER}/${PACKAGE_NAME} check-content-job/valid_set: variables: diff --git a/test/valid_set/description.md b/test/valid_set/description.md index b8f183b..aad958a 100644 --- a/test/valid_set/description.md +++ b/test/valid_set/description.md @@ -1,3 +1,3 @@ # some descriptions -Introducting change for testing. \ No newline at end of file +Introducting change for testing.