Skip to content
Snippets Groups Projects
Commit 95e003d3 authored by Steve Reis's avatar Steve Reis
Browse files

Fix api path

parent 63f27ebd
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ before_script: ...@@ -18,7 +18,7 @@ before_script:
build: build:
stage: build stage: build
script: script:
- docker build -t $CONTAINER_TEST_IMAGE . - docker build -t $CONTAINER_TEST_IMAGE ./api
- docker push $CONTAINER_TEST_IMAGE - docker push $CONTAINER_TEST_IMAGE
only: only:
- main - main
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment