diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e037f8d..e639844 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,6 @@ stages: - install-environment - build - - test install-go: stage: install-environment @@ -38,14 +37,8 @@ install-go: - go env - which go -build-my-project: +build-warehost: stage: build script: - - cd $CURRENT_BUILD_PATH - - go build - -test-my-project: - stage: test - script: - - cd $CURRENT_BUILD_PATH - - go test + - cd $CURRENT_BUILD_PATH/cmd/warehost + - go build \ No newline at end of file