Skip to content
Snippets Groups Projects
Commit 2ec068f5 authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Fix gitlab-ci syntax errors

parent 8826d892
No related branches found
No related tags found
1 merge request!1Initial commit to add gitlab-ci to run tests and linting.
...@@ -35,7 +35,7 @@ python_unit_test: ...@@ -35,7 +35,7 @@ python_unit_test:
when: on_success when: on_success
python_lint: python_lint:
extends: .base-rules extends: .base_rules
image: public.ecr.aws/bitnami/python:3.6 image: public.ecr.aws/bitnami/python:3.6
stage: test stage: test
script: script:
...@@ -50,7 +50,7 @@ python_lint: ...@@ -50,7 +50,7 @@ python_lint:
- "wdfn-server/waterdata/**/*.py" - "wdfn-server/waterdata/**/*.py"
javascript_test: javascript_test:
extends: .base-rules extends: .base_rules
image: public.ecr.aws/bitnami/node:14 image: public.ecr.aws/bitnami/node:14
stage: test stage: test
script: script:
...@@ -70,7 +70,7 @@ javascript_test: ...@@ -70,7 +70,7 @@ javascript_test:
when: on_success when: on_success
static_asset_lint: static_asset_lint:
extends: .base-rules extends: .base_rules
image: public.ecr.aws/bitnami/node:14 image: public.ecr.aws/bitnami/node:14
stage: test stage: test
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment