Skip to content
Snippets Groups Projects
Commit 105f804e authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: set correct path to Dockerfile in .gitlab-ci Pipeline config

parent 5780c326
No related branches found
No related tags found
1 merge request!1Feature: GitLab-CI
......@@ -36,7 +36,7 @@ build-env-job: # This job runs in the build stage, which runs first.
- >-
/kaniko/executor
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/molecule/default/Dockerfile"
--dockerfile "${CI_PROJECT_DIR}/molecule/resources/playbooks/Dockerfile"
--destination "${IMAGE_TARGET}:latest"
test-job: # This job runs in the test stage.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment